com.ibm.cics.model
Interface IMonitorResourceInSpecification

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

public interface IMonitorResourceInSpecification
extends ICPSMDefinition

generated from CICS resourcetable MONINSPC


Field Summary
 
Fields inherited from interface com.ibm.cics.model.ICPSMDefinition
COPYRIGHT
 
Method Summary
<From extends ICICSObject>
ICICSObjectListFactory<From>
findReferences(IReferenceAttribute<From,IMonitorResourceInSpecification> referenceAttribute)
          Returns an ICICSObjectListFactory that can be used to retrieve all objects that reference this ICICSObject by the supplied IReferenceAttribute.
 IMonitorResourceInSpecificationReference getCICSObjectReference()
           
 java.lang.String getGroup()
          Getter for field GROUP
 ICICSType<IMonitorResourceInSpecification> getObjectType()
           
 java.lang.String getSpec()
          Getter for field SPEC
 
Methods inherited from interface com.ibm.cics.model.ICPSMDefinition
getChangeAgent, getChangeAgentRelease, getChangeTime, getChangeUserID, getCreateTime
 
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getName
 
Methods inherited from interface com.ibm.cics.model.meta.ITypedObject
getAttributeValue
 

Method Detail

getObjectType

ICICSType<IMonitorResourceInSpecification> 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

getSpec

java.lang.String getSpec()
Getter for field SPEC

Monitor specification

The name of the monitor specification.


getGroup

java.lang.String getGroup()
Getter for field GROUP

Monitor group

The name of a monitor group associated with the monitor specification.


getCICSObjectReference

IMonitorResourceInSpecificationReference 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,IMonitorResourceInSpecification> 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.