Package com.ibm.cics.model
Interface IWorkloadGroup
-
- All Superinterfaces:
ICICSObject
,ICPSMDefinition
,IDefinition
,com.ibm.cics.model.meta.ITypedObject
public interface IWorkloadGroup extends ICPSMDefinition
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IWorkloadGroup.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 IWorkloadGroup.ChangeAgentValue
getChangeAgent()
Getter for field CHANGEAGENTIWorkloadGroupReference
getCICSObjectReference()
ICICSObjectSet<IWorkloadDefinitionInWorkloadGroup>
getDefinitionMembers()
java.lang.String
getDescription()
Getter for field DESCjava.lang.String
getName()
Getter for field NAMEICICSType<IWorkloadGroup>
getObjectType()
ICICSObjectSet<IWorkloadGroupInWorkloadSpecification>
getSpecMemberships()
-
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<IWorkloadGroup> 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
IWorkloadGroup.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 NAMEWorkload management group
The name of the workload group.
- Specified by:
getName
in interfaceICICSObject
-
getDescription
java.lang.String getDescription()
Getter for field DESCDescription
A 1- to 58-character description of the workload group.
-
getDefinitionMembers
ICICSObjectSet<IWorkloadDefinitionInWorkloadGroup> getDefinitionMembers()
-
getSpecMemberships
ICICSObjectSet<IWorkloadGroupInWorkloadSpecification> getSpecMemberships()
-
getCICSObjectReference
IWorkloadGroupReference getCICSObjectReference()
- Specified by:
getCICSObjectReference
in interfaceICICSObject
- Specified by:
getCICSObjectReference
in interfaceICPSMDefinition
- Specified by:
getCICSObjectReference
in interfaceIDefinition
-
-