com.ibm.cics.model
Interface IMonitorGroup

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

public interface IMonitorGroup
extends ICPSMDefinition

generated from CICS resourcetable MONGROUP


Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 java.lang.String getDesc()
          Getter for field DESC
 java.lang.String getName()
          Getter for field NAME
 
Methods inherited from interface com.ibm.cics.model.ICPSMDefinition
getChangeAgent, getChangeAgentRelease, getChangeTime, getChangeUserID, getCreateTime
 
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getObjectType
 

Field Detail

COPYRIGHT

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

getName

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

Name

The name of the monitor group.

Specified by:
getName in interface ICICSObject

getDesc

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

Description

A 1- to 58-character description of the monitor group.



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