public interface IMonitorDefinition extends ICPSMDefinition
| Modifier and Type | Interface and Description |
|---|---|
static class |
IMonitorDefinition.ChangeAgentValue
Enumeration type for field CHANGEAGENT
|
static class |
IMonitorDefinition.IncludeValue
Enumeration type for field INCLUDE
|
static class |
IMonitorDefinition.ResourceClassValue
Enumeration type for field RESCLASS
|
static class |
IMonitorDefinition.ResourceStatusPopulationValue
Enumeration type for field RODMPOP
|
COPYRIGHT| Modifier and Type | Method and Description |
|---|---|
IMonitorDefinition.ChangeAgentValue |
getChangeAgent()
Getter for field CHANGEAGENT
|
IMonitorDefinitionReference |
getCICSObjectReference() |
java.lang.String |
getDescription()
Getter for field DESC
|
IMonitorDefinition.IncludeValue |
getInclude()
Getter for field INCLUDE
|
java.lang.String |
getName()
Getter for field NAME
|
ICICSType<IMonitorDefinition> |
getObjectType() |
IMonitorDefinition.ResourceClassValue |
getResourceClass()
Getter for field RESCLASS
|
java.lang.String |
getResourceName()
Getter for field RESNAME
|
IMonitorDefinition.ResourceStatusPopulationValue |
getResourceStatusPopulation()
Getter for field RODMPOP
|
getChangeAgentRelease, getChangeTime, getChangeUserID, getCICSContainer, getCreateTimegetCICSTypeICICSType<IMonitorDefinition> getObjectType()
getObjectType in interface ICICSObjectgetObjectType in interface ICPSMDefinitiongetObjectType in interface IDefinitiongetObjectType in interface com.ibm.cics.model.meta.ITypedObjectIMonitorDefinition.ChangeAgentValue getChangeAgent()
Last modification agent
The change agent identifier that made the last modification.
java.lang.String getName()
Name
The name of the monitor definition.
getName in interface ICICSObjectjava.lang.String getResourceName()
Name 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.
IMonitorDefinition.ResourceClassValue getResourceClass()
Monitoring resource class
The monitor resource class. Options are: MCONN, MFILE, MJRNL, MPROG, MTDQS, MTERM, MTRAN.
IMonitorDefinition.IncludeValue getInclude()
Inclusion 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.
java.lang.String getDescription()
Description
A description of the monitor definition.
IMonitorDefinition.ResourceStatusPopulationValue getResourceStatusPopulation()
Resource 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.
IMonitorDefinitionReference getCICSObjectReference()
getCICSObjectReference in interface ICICSObjectgetCICSObjectReference in interface ICPSMDefinitiongetCICSObjectReference in interface IDefinitionCopyright ? 2008-2015 IBM Corp. All Rights Reserved.