Package com.ibm.cics.model
Interface ISystemSystemGroupEntry
-
- All Superinterfaces:
ICICSObject
,ICPSMDefinition
,IDefinition
,com.ibm.cics.model.meta.ITypedObject
public interface ISystemSystemGroupEntry extends ICPSMDefinition
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ISystemSystemGroupEntry.ChangeAgentValue
Enumeration type for field CHANGEAGENTstatic class
ISystemSystemGroupEntry.CreateOriginValue
Enumeration type for field CREATEORIGIN
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICPSMDefinition
COPYRIGHT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ISystemSystemGroupEntry.ChangeAgentValue
getChangeAgent()
Getter for field CHANGEAGENTISystemSystemGroupEntryReference
getCICSObjectReference()
ICICSRegionGroupDefinitionReference
getContainingGroup()
ISystemSystemGroupEntry.CreateOriginValue
getCreateOrigin()
Getter for field CREATEORIGINjava.lang.String
getGroup()
Getter for field GROUPICICSType<ISystemSystemGroupEntry>
getObjectType()
ICICSRegionDefinitionReference
getSystem()
java.lang.String
getSystemName()
Getter for field CICSNAME-
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getName
-
Methods inherited from interface com.ibm.cics.model.ICPSMDefinition
getChangeAgentRelease, getChangeTime, getChangeUserID, getCICSContainer, getCreateTime
-
-
-
-
Method Detail
-
getObjectType
ICICSType<ISystemSystemGroupEntry> getObjectType()
- Specified by:
getObjectType
in interfaceICICSObject
- Specified by:
getObjectType
in interfaceICPSMDefinition
- Specified by:
getObjectType
in interfaceIDefinition
- Specified by:
getObjectType
in interfacecom.ibm.cics.model.meta.ITypedObject
-
getChangeAgent
ISystemSystemGroupEntry.ChangeAgentValue getChangeAgent()
Getter for field CHANGEAGENTLast modification agent
The change agent identifier that made the last modification.
- DREPAPI - Resource was last changed by a CICSPlex SM API command.
- N_A - Resource was created or last updated prior to CICS TS Version 4 Release 1 and support for resource signatures.
-
getGroup
java.lang.String getGroup()
Getter for field GROUPCICS system group
The name of the CICS system group that contains one or more CICS systems.
-
getSystemName
java.lang.String getSystemName()
Getter for field CICSNAMECICS system
The name of the CICS system associated with a CICS system group.
-
getCreateOrigin
ISystemSystemGroupEntry.CreateOriginValue getCreateOrigin()
Getter for field CREATEORIGINDefinition origin
Identifies where the definition originated:
- N_A - The definition has been created by a user or API program.
- PLATFORM - The definition has been created during the installation of a platform.
-
getContainingGroup
ICICSRegionGroupDefinitionReference getContainingGroup()
-
getSystem
ICICSRegionDefinitionReference getSystem()
-
getCICSObjectReference
ISystemSystemGroupEntryReference getCICSObjectReference()
- Specified by:
getCICSObjectReference
in interfaceICICSObject
- Specified by:
getCICSObjectReference
in interfaceICPSMDefinition
- Specified by:
getCICSObjectReference
in interfaceIDefinition
-
-