Package com.ibm.cics.model
Interface IWLMSpecificationsToSystemGroup
-
- All Superinterfaces:
ICICSObject,ICPSMDefinition,IDefinition,com.ibm.cics.model.meta.ITypedObject
public interface IWLMSpecificationsToSystemGroup extends ICPSMDefinition
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIWLMSpecificationsToSystemGroup.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 IWLMSpecificationsToSystemGroup.ChangeAgentValuegetChangeAgent()Getter for field CHANGEAGENTIWLMSpecificationsToSystemGroupReferencegetCICSObjectReference()java.lang.StringgetGroup()Getter for field GROUPICICSType<IWLMSpecificationsToSystemGroup>getObjectType()java.lang.StringgetSpec()Getter for field SPECICICSRegionGroupDefinitionReferencegetSystemGroupReference()IWorkloadSpecificationReferencegetWorkloadSpecificationReference()-
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<IWLMSpecificationsToSystemGroup> getObjectType()
- Specified by:
getObjectTypein interfaceICICSObject- Specified by:
getObjectTypein interfaceICPSMDefinition- Specified by:
getObjectTypein interfaceIDefinition- Specified by:
getObjectTypein interfacecom.ibm.cics.model.meta.ITypedObject
-
getChangeAgent
IWLMSpecificationsToSystemGroup.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.
-
getSpec
java.lang.String getSpec()
Getter for field SPECWLM specification
The name of the WLM specification.
-
getGroup
java.lang.String getGroup()
Getter for field GROUPSystem group
The name of a linked CICS system group.
-
getWorkloadSpecificationReference
IWorkloadSpecificationReference getWorkloadSpecificationReference()
-
getSystemGroupReference
ICICSRegionGroupDefinitionReference getSystemGroupReference()
-
getCICSObjectReference
IWLMSpecificationsToSystemGroupReference getCICSObjectReference()
- Specified by:
getCICSObjectReferencein interfaceICICSObject- Specified by:
getCICSObjectReferencein interfaceICPSMDefinition- Specified by:
getCICSObjectReferencein interfaceIDefinition
-
-