Package com.ibm.cics.model
Interface IMonitorResourceInGroup
-
- All Superinterfaces:
ICICSObject
,ICPSMDefinition
,IDefinition
,com.ibm.cics.model.meta.ITypedObject
public interface IMonitorResourceInGroup extends ICPSMDefinition
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IMonitorResourceInGroup.ChangeAgentValue
Enumeration type for field CHANGEAGENT
-
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 java.lang.String
getActivetime()
Getter for field ACTIVETIMEIMonitorResourceInGroup.ChangeAgentValue
getChangeAgent()
Getter for field CHANGEAGENTIMonitorResourceInGroupReference
getCICSObjectReference()
java.lang.String
getDefname()
Getter for field DEFNAMEjava.lang.String
getGroup()
Getter for field GROUPICICSType<IMonitorResourceInGroup>
getObjectType()
-
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getName
-
Methods inherited from interface com.ibm.cics.model.ICPSMDefinition
getChangeAgentRelease, getChangeTime, getChangeUserID, getCICSContainer, getCreateTime
-
-
-
-
Method Detail
-
getObjectType
ICICSType<IMonitorResourceInGroup> 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
IMonitorResourceInGroup.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.
-
getGroup
java.lang.String getGroup()
Getter for field GROUPMonitor group
The name of the monitor group.
-
getDefname
java.lang.String getDefname()
Getter for field DEFNAMEMonitor definition
The name of a monitor definition associated with the monitor group.
-
getActivetime
java.lang.String getActivetime()
Getter for field ACTIVETIMEPeriod definition
The time period for which the monitor definitions in this group will be active. To review a list of existing period definitions, use the Time period definitions (EYUSTARTPERIODEF) TABULAR view.
-
getCICSObjectReference
IMonitorResourceInGroupReference getCICSObjectReference()
- Specified by:
getCICSObjectReference
in interfaceICICSObject
- Specified by:
getCICSObjectReference
in interfaceICPSMDefinition
- Specified by:
getCICSObjectReference
in interfaceIDefinition
-
-