Interface IMonitorDefinition
-
- All Superinterfaces:
ICICSObject
,ICPSMDefinition
,IDefinition
,com.ibm.cics.model.meta.ITypedObject
public interface IMonitorDefinition extends ICPSMDefinition
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IMonitorDefinition.ChangeAgentValue
Enumeration type for field CHANGEAGENTstatic class
IMonitorDefinition.IncludeValue
Enumeration type for field INCLUDEstatic class
IMonitorDefinition.ResourceClassValue
Enumeration type for field RESCLASSstatic class
IMonitorDefinition.ResourceStatusPopulationValue
Enumeration type for field RODMPOP
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICPSMDefinition
COPYRIGHT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IMonitorDefinition.ChangeAgentValue
getChangeAgent()
Getter for field CHANGEAGENTIMonitorDefinitionReference
getCICSObjectReference()
java.lang.String
getDescription()
Getter for field DESCIMonitorDefinition.IncludeValue
getInclude()
Getter for field INCLUDEjava.lang.String
getName()
Getter for field NAMEICICSType<IMonitorDefinition>
getObjectType()
IMonitorDefinition.ResourceClassValue
getResourceClass()
Getter for field RESCLASSjava.lang.String
getResourceName()
Getter for field RESNAMEIMonitorDefinition.ResourceStatusPopulationValue
getResourceStatusPopulation()
Getter for field RODMPOP-
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType
-
Methods inherited from interface com.ibm.cics.model.ICPSMDefinition
getChangeAgentRelease, getChangeTime, getChangeUserID, getCICSContainer, getCreateTime
-
-
-
-
Method Detail
-
getObjectType
ICICSType<IMonitorDefinition> getObjectType()
- Specified by:
getObjectType
in interfaceICICSObject
- Specified by:
getObjectType
in interfaceICPSMDefinition
- Specified by:
getObjectType
in interfaceIDefinition
- Specified by:
getObjectType
in interfacecom.ibm.cics.model.meta.ITypedObject
-
getChangeAgent
IMonitorDefinition.ChangeAgentValue getChangeAgent()
Getter for field CHANGEAGENTLast modification agent
The change agent identifier that made the last modification.
- DREPAPI - Resource was last changed by a CICSPlex SM API command.
- N_A - Resource was created or last updated prior to CICS TS Version 4 Release 1 and support for resource signatures.
-
getName
java.lang.String getName()
Getter for field NAMEName
The name of the monitor definition.
- Specified by:
getName
in interfaceICICSObject
-
getResourceName
java.lang.String getResourceName()
Getter for field RESNAMEName or generic name of resource being monitored
The name of the resource(s) to which the monitor definition applies. A name that includes an asterisk (*) or plus signs (+) is a generic name and may represent multiple resources.
-
getResourceClass
IMonitorDefinition.ResourceClassValue getResourceClass()
Getter for field RESCLASSMonitoring resource class
The monitor resource class. Options are: MCONN, MFILE, MJRNL, MPROG, MTDQS, MTERM, MTRAN.
-
getInclude
IMonitorDefinition.IncludeValue getInclude()
Getter for field INCLUDEInclusion in CPSM monitoring option
Indicates whether the resource identified in the resource name and type fields are to be included in or excluded from CICSPlex SM monitoring.
-
getDescription
java.lang.String getDescription()
Getter for field DESCDescription
A description of the monitor definition.
-
getResourceStatusPopulation
IMonitorDefinition.ResourceStatusPopulationValue getResourceStatusPopulation()
Getter for field RODMPOPResource status facility population
Indicates whether the resource(s) identified in the resource name and type fields are to be identified to and monitored by the resource status facility.
-
getCICSObjectReference
IMonitorDefinitionReference getCICSObjectReference()
- Specified by:
getCICSObjectReference
in interfaceICICSObject
- Specified by:
getCICSObjectReference
in interfaceICPSMDefinition
- Specified by:
getCICSObjectReference
in interfaceIDefinition
-
-