com.ibm.cics.model
Interface IMonitorResourceInGroup

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

public interface IMonitorResourceInGroup
extends ICPSMDefinition

generated from CICS resourcetable MONINGRP


Field Summary
 
Fields inherited from interface com.ibm.cics.model.ICPSMDefinition
COPYRIGHT
 
Method Summary
<From extends ICICSObject>
ICICSObjectListFactory<From>
findReferences(IReferenceAttribute<From,IMonitorResourceInGroup> referenceAttribute)
          Returns an ICICSObjectListFactory that can be used to retrieve all objects that reference this ICICSObject by the supplied IReferenceAttribute.
 java.lang.String getActivetime()
          Getter for field ACTIVETIME
 IMonitorResourceInGroupReference getCICSObjectReference()
           
 java.lang.String getDefname()
          Getter for field DEFNAME
 java.lang.String getGroup()
          Getter for field GROUP
 ICICSType<IMonitorResourceInGroup> getObjectType()
           
 
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<IMonitorResourceInGroup> 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

getGroup

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

Monitor group

The name of the monitor group.


getDefname

java.lang.String getDefname()
Getter for field DEFNAME

Monitor definition

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


getActivetime

java.lang.String getActivetime()
Getter for field ACTIVETIME

Period 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 interface ICICSObject
Specified by:
getCICSObjectReference in interface ICPSMDefinition
Specified by:
getCICSObjectReference in interface IDefinition

findReferences

<From extends ICICSObject> ICICSObjectListFactory<From> findReferences(IReferenceAttribute<From,IMonitorResourceInGroup> 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.