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 classISystemSystemGroupEntry.ChangeAgentValueEnumeration type for field CHANGEAGENTstatic classISystemSystemGroupEntry.CreateOriginValueEnumeration 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.ChangeAgentValuegetChangeAgent()Getter for field CHANGEAGENTISystemSystemGroupEntryReferencegetCICSObjectReference()ICICSRegionGroupDefinitionReferencegetContainingGroup()ISystemSystemGroupEntry.CreateOriginValuegetCreateOrigin()Getter for field CREATEORIGINjava.lang.StringgetGroup()Getter for field GROUPICICSType<ISystemSystemGroupEntry>getObjectType()ICICSRegionDefinitionReferencegetSystem()java.lang.StringgetSystemName()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:
getObjectTypein interfaceICICSObject- Specified by:
getObjectTypein interfaceICPSMDefinition- Specified by:
getObjectTypein interfaceIDefinition- Specified by:
getObjectTypein 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:
getCICSObjectReferencein interfaceICICSObject- Specified by:
getCICSObjectReferencein interfaceICPSMDefinition- Specified by:
getCICSObjectReferencein interfaceIDefinition
-
-