Package com.ibm.cics.model
Interface IResourceGroupDefinition
-
- All Superinterfaces:
ICICSObject,ICPSMDefinition,IDefinition,com.ibm.cics.model.meta.ITypedObject
public interface IResourceGroupDefinition extends ICPSMDefinition
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIResourceGroupDefinition.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 IResourceGroupDefinition.ChangeAgentValuegetChangeAgent()Getter for field CHANGEAGENTIResourceGroupDefinitionReferencegetCICSObjectReference()java.lang.StringgetDescription()Getter for field DESCRIPTIONICICSObjectSet<IResourceAssignmentInResourceDescription>getFromAssignmentsInDescriptions()ICICSObjectSet<IResourceAssignmentDefinition>getFromResourceAssignments()ICICSObjectSet<IResourceInDescriptionEntry>getGroupsInDescriptions()java.lang.StringgetName()Getter for field RESGROUPICICSType<IResourceGroupDefinition>getObjectType()ICICSObjectSet<IResourceGroupEntry>getResourcesInGroup()-
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType
-
Methods inherited from interface com.ibm.cics.model.ICPSMDefinition
getChangeAgentRelease, getChangeTime, getChangeUserID, getCICSContainer, getCreateTime
-
-
-
-
Method Detail
-
getObjectType
ICICSType<IResourceGroupDefinition> getObjectType()
- Specified by:
getObjectTypein interfaceICICSObject- Specified by:
getObjectTypein interfaceICPSMDefinition- Specified by:
getObjectTypein interfaceIDefinition- Specified by:
getObjectTypein interfacecom.ibm.cics.model.meta.ITypedObject
-
getChangeAgent
IResourceGroupDefinition.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.
-
getName
java.lang.String getName()
Getter for field RESGROUPName
The name of the resource group.
- Specified by:
getNamein interfaceICICSObject
-
getDescription
java.lang.String getDescription()
Getter for field DESCRIPTIONDescription
A description of the resource group.
-
getFromResourceAssignments
ICICSObjectSet<IResourceAssignmentDefinition> getFromResourceAssignments()
-
getFromAssignmentsInDescriptions
ICICSObjectSet<IResourceAssignmentInResourceDescription> getFromAssignmentsInDescriptions()
-
getGroupsInDescriptions
ICICSObjectSet<IResourceInDescriptionEntry> getGroupsInDescriptions()
-
getResourcesInGroup
ICICSObjectSet<IResourceGroupEntry> getResourcesInGroup()
-
getCICSObjectReference
IResourceGroupDefinitionReference getCICSObjectReference()
- Specified by:
getCICSObjectReferencein interfaceICICSObject- Specified by:
getCICSObjectReferencein interfaceICPSMDefinition- Specified by:
getCICSObjectReferencein interfaceIDefinition
-
-