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 class
IResourceGroupEntry.ChangeAgentValue
Enumeration 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.ChangeAgentValue
getChangeAgent()
Getter for field CHANGEAGENTIResourceGroupEntryReference
getCICSObjectReference()
java.lang.String
getDefinitionDescription()
Getter for field DEFDESCjava.lang.String
getDefinitionID()
Getter for field DEFTYPEXjava.lang.String
getDefinitionName()
Getter for field DEFNAMEjava.lang.String
getDefinitionType()
Getter for field DEFTYPEjava.lang.Long
getDefinitionVersion()
Getter for field DEFVERIResourceGroupDefinitionReference
getGroup()
ICICSType<IResourceGroupEntry>
getObjectType()
java.lang.String
getResourceGroup()
Getter for field RESGROUPjava.lang.String
getResourceInGroupID()
Getter for field INGPTYPXjava.lang.String
getResourceInGroupType()
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:
getObjectType
in interfaceICICSObject
- Specified by:
getObjectType
in interfaceICPSMDefinition
- Specified by:
getObjectType
in interfaceIDefinition
- Specified by:
getObjectType
in 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:
getCICSObjectReference
in interfaceICICSObject
- Specified by:
getCICSObjectReference
in interfaceICPSMDefinition
- Specified by:
getCICSObjectReference
in interfaceIDefinition
-
-