com.ibm.cics.model
Interface IMonitorDefinition

All Superinterfaces:
ICICSObject, ICPSMDefinition, IDefinition, com.ibm.cics.model.meta.ITypedObject

public interface IMonitorDefinition
extends ICPSMDefinition

generated from CICS resourcetable MONDEF


Nested Class Summary
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
 
Field Summary
 
Fields inherited from interface com.ibm.cics.model.ICPSMDefinition
COPYRIGHT
 
Method Summary
<From extends ICICSObject>
ICICSObjectListFactory<From>
findReferences(IReferenceAttribute<From,IMonitorDefinition> referenceAttribute)
          Returns an ICICSObjectListFactory that can be used to retrieve all objects that reference this ICICSObject by the supplied IReferenceAttribute.
 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
 
Methods inherited from interface com.ibm.cics.model.ICPSMDefinition
getChangeAgent, getChangeAgentRelease, getChangeTime, getChangeUserID, getCreateTime
 
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType
 
Methods inherited from interface com.ibm.cics.model.meta.ITypedObject
getAttributeValue
 

Method Detail

getObjectType

ICICSType<IMonitorDefinition> getObjectType()
Specified by:
getObjectType in interface ICICSObject
Specified by:
getObjectType in interface ICPSMDefinition
Specified by:
getObjectType in interface IDefinition
Specified by:
getObjectType in interface com.ibm.cics.model.meta.ITypedObject

getName

java.lang.String getName()
Getter for field NAME

Name

The name of the monitor definition.

Specified by:
getName in interface ICICSObject

getResourceName

java.lang.String getResourceName()
Getter for field RESNAME

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.


getResourceClass

IMonitorDefinition.ResourceClassValue getResourceClass()
Getter for field RESCLASS

Monitoring resource class

The monitor resource class. Options are: MCONN, MFILE, MJRNL, MPROG, MTDQS, MTERM, MTRAN.


getInclude

IMonitorDefinition.IncludeValue getInclude()
Getter for field INCLUDE

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.


getDescription

java.lang.String getDescription()
Getter for field DESC

Description

A description of the monitor definition.


getResourceStatusPopulation

IMonitorDefinition.ResourceStatusPopulationValue getResourceStatusPopulation()
Getter for field RODMPOP

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.


getCICSObjectReference

IMonitorDefinitionReference getCICSObjectReference()
Specified by:
getCICSObjectReference in interface ICICSObject
Specified by:
getCICSObjectReference in interface ICPSMDefinition
Specified by:
getCICSObjectReference in interface IDefinition

findReferences

<From extends ICICSObject> ICICSObjectListFactory<From> findReferences(IReferenceAttribute<From,IMonitorDefinition> referenceAttribute)
Returns an ICICSObjectListFactory that can be used to retrieve all objects that reference this ICICSObject by the supplied IReferenceAttribute. The list factory can be activated by the caller when necessary. This method does not perform any I/O.



Copyright © 2008-2013 IBM Corp. All Rights Reserved.