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
static java.lang.String COPYRIGHT
           
 
Method Summary
 java.lang.String getActivetime()
          Getter for field ACTIVETIME
 java.lang.String getDefname()
          Getter for field DEFNAME
 java.lang.String getGroup()
          Getter for field GROUP
 
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, getObjectType
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

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.



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