Package com.ibm.cics.model
Interface IResourceGroupEntry
-
- All Superinterfaces:
ICICSObject,ICPSMDefinition,IDefinition,com.ibm.cics.model.meta.ITypedObject
public interface IResourceGroupEntry extends ICPSMDefinition
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIResourceGroupEntry.ChangeAgentValueEnumeration type for field CHANGEAGENT
-
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 IResourceGroupEntry.ChangeAgentValuegetChangeAgent()Getter for field CHANGEAGENTIResourceGroupEntryReferencegetCICSObjectReference()java.lang.StringgetDefinitionDescription()Getter for field DEFDESCjava.lang.StringgetDefinitionID()Getter for field DEFTYPEXjava.lang.StringgetDefinitionName()Getter for field DEFNAMEjava.lang.StringgetDefinitionType()Getter for field DEFTYPEjava.lang.LonggetDefinitionVersion()Getter for field DEFVERIResourceGroupDefinitionReferencegetGroup()ICICSType<IResourceGroupEntry>getObjectType()java.lang.StringgetResourceGroup()Getter for field RESGROUPjava.lang.StringgetResourceInGroupID()Getter for field INGPTYPXjava.lang.StringgetResourceInGroupType()Getter for field INGPTYPE-
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<IResourceGroupEntry> getObjectType()
- Specified by:
getObjectTypein interfaceICICSObject- Specified by:
getObjectTypein interfaceICPSMDefinition- Specified by:
getObjectTypein interfaceIDefinition- Specified by:
getObjectTypein interfacecom.ibm.cics.model.meta.ITypedObject
-
getChangeAgent
IResourceGroupEntry.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.
-
getResourceGroup
java.lang.String getResourceGroup()
Getter for field RESGROUPResource group
The name of the resource group.
-
getDefinitionType
java.lang.String getDefinitionType()
Getter for field DEFTYPEResource definition type
Identifies the type of resource definition the resource group is associated with.
-
getDefinitionName
java.lang.String getDefinitionName()
Getter for field DEFNAMEResource definition
The name of the resource definition.
-
getDefinitionVersion
java.lang.Long getDefinitionVersion()
Getter for field DEFVERResource definition version
The version number of the resource definition, from 1 to 15.
-
getDefinitionDescription
java.lang.String getDefinitionDescription()
Getter for field DEFDESCResource definition description
A description of the resource definition
-
getDefinitionID
java.lang.String getDefinitionID()
Getter for field DEFTYPEXResource definition ID
Identifies the ID of resource definition the resource group is associated with.
-
getResourceInGroupType
java.lang.String getResourceInGroupType()
Getter for field INGPTYPEResource in group type
The type of resources in the resource group.
-
getResourceInGroupID
java.lang.String getResourceInGroupID()
Getter for field INGPTYPXResource in group ID
The ID of resources in the resource group.
-
getGroup
IResourceGroupDefinitionReference getGroup()
-
getCICSObjectReference
IResourceGroupEntryReference getCICSObjectReference()
- Specified by:
getCICSObjectReferencein interfaceICICSObject- Specified by:
getCICSObjectReferencein interfaceICPSMDefinition- Specified by:
getCICSObjectReferencein interfaceIDefinition
-
-