com.ibm.cics.model
Interface ISystemSystemGroupEntry

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

public interface ISystemSystemGroupEntry
extends ICPSMDefinition

generated from CICS resourcetable CSGLCGCS


Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 java.lang.String getGroup()
          Getter for field GROUP
 java.lang.String getSystemName()
          Getter for field CICSNAME
 
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

CICS system group

The name of the CICS system group that contains one or more CICS systems.


getSystemName

java.lang.String getSystemName()
Getter for field CICSNAME

CICS system

The name of the CICS system associated with a CICS system group.



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