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 classIMonitorDefinition.ChangeAgentValueEnumeration type for field CHANGEAGENTstatic classIMonitorDefinition.IncludeValueEnumeration type for field INCLUDEstatic classIMonitorDefinition.ResourceClassValueEnumeration type for field RESCLASSstatic classIMonitorDefinition.ResourceStatusPopulationValueEnumeration 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.ChangeAgentValuegetChangeAgent()Getter for field CHANGEAGENTIMonitorDefinitionReferencegetCICSObjectReference()java.lang.StringgetDescription()Getter for field DESCIMonitorDefinition.IncludeValuegetInclude()Getter for field INCLUDEjava.lang.StringgetName()Getter for field NAMEICICSType<IMonitorDefinition>getObjectType()IMonitorDefinition.ResourceClassValuegetResourceClass()Getter for field RESCLASSjava.lang.StringgetResourceName()Getter for field RESNAMEIMonitorDefinition.ResourceStatusPopulationValuegetResourceStatusPopulation()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:
getObjectTypein interfaceICICSObject- Specified by:
getObjectTypein interfaceICPSMDefinition- Specified by:
getObjectTypein interfaceIDefinition- Specified by:
getObjectTypein 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:
getNamein 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:
getCICSObjectReferencein interfaceICICSObject- Specified by:
getCICSObjectReferencein interfaceICPSMDefinition- Specified by:
getCICSObjectReferencein interfaceIDefinition
-
-