Package com.ibm.cics.model
Interface IWLMSpecificationsToSystem
-
- All Superinterfaces:
ICICSObject
,ICPSMDefinition
,IDefinition
,com.ibm.cics.model.meta.ITypedObject
public interface IWLMSpecificationsToSystem extends ICPSMDefinition
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IWLMSpecificationsToSystem.ChangeAgentValue
Enumeration type for field CHANGEAGENTstatic class
IWLMSpecificationsToSystem.LinkValue
Enumeration type for field LINK
-
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 IWLMSpecificationsToSystem.ChangeAgentValue
getChangeAgent()
Getter for field CHANGEAGENTIWLMSpecificationsToSystemReference
getCICSObjectReference()
java.lang.String
getGroup()
Getter for field GROUPIWLMSpecificationsToSystem.LinkValue
getLink()
Getter for field LINKICICSType<IWLMSpecificationsToSystem>
getObjectType()
java.lang.String
getSpec()
Getter for field SPECjava.lang.String
getSystem()
Getter for field SYSTEMICICSRegionDefinitionReference
getSystemReference()
IWorkloadSpecificationReference
getWorkloadSpecificationReference()
-
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<IWLMSpecificationsToSystem> 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
IWLMSpecificationsToSystem.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.
-
getSystem
java.lang.String getSystem()
Getter for field SYSTEMCICS system
The name of a linked CICS system.
-
getLink
IWLMSpecificationsToSystem.LinkValue getLink()
Getter for field LINKCreation mode
Indicates how the CICS system is associated with the WLM specification:
- EXPLICIT
- The CICS system is directly associated with the specification.
- INHERIT
- The CICS system inherited the specification from a CICS system group of which it is a member.
-
getGroup
java.lang.String getGroup()
Getter for field GROUPSystem group WLM specification was inherited from
The name of the CICS system group from which the WLM specification was inherited.
-
getWorkloadSpecificationReference
IWorkloadSpecificationReference getWorkloadSpecificationReference()
-
getSystemReference
ICICSRegionDefinitionReference getSystemReference()
-
getCICSObjectReference
IWLMSpecificationsToSystemReference getCICSObjectReference()
- Specified by:
getCICSObjectReference
in interfaceICICSObject
- Specified by:
getCICSObjectReference
in interfaceICPSMDefinition
- Specified by:
getCICSObjectReference
in interfaceIDefinition
-
-