Interface IWorkloadDefinition
-
- All Superinterfaces:
ICICSObject,ICPSMDefinition,IDefinition,com.ibm.cics.model.meta.ITypedObject
public interface IWorkloadDefinition extends ICPSMDefinition
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIWorkloadDefinition.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 IWorkloadDefinition.ChangeAgentValuegetChangeAgent()Getter for field CHANGEAGENTIWorkloadDefinitionReferencegetCICSObjectReference()java.lang.StringgetDescription()Getter for field DESCICICSObjectSet<IWorkloadDefinitionInWorkloadGroup>getGroupMemberships()java.lang.StringgetLuName()Getter for field LUNAMEjava.lang.StringgetName()Getter for field NAMEICICSType<IWorkloadDefinition>getObjectType()java.lang.StringgetProcessType()Getter for field PROCESSTYPEICICSRegionDefinitionReferencegetRegionDefinitionReference()ICICSRegionGroupDefinitionReferencegetRegionGroupDefinitionReference()java.lang.StringgetTargetScope()Getter for field AORSCOPEjava.lang.StringgetTransactionGroup()Getter for field TRANGRPITransactionGroupReferencegetTransactionGroupReference()java.lang.StringgetUserId()Getter for field USERID-
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<IWorkloadDefinition> getObjectType()
- Specified by:
getObjectTypein interfaceICICSObject- Specified by:
getObjectTypein interfaceICPSMDefinition- Specified by:
getObjectTypein interfaceIDefinition- Specified by:
getObjectTypein interfacecom.ibm.cics.model.meta.ITypedObject
-
getChangeAgent
IWorkloadDefinition.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 definition
The name of the workload definition.
- Specified by:
getNamein interfaceICICSObject
-
getTransactionGroup
java.lang.String getTransactionGroup()
Getter for field TRANGRPTransaction group
The name of the transaction group associated with the workload definition.
If this field is blank, it means no transaction group was defined; the workload definition will use the default transaction group associated with its workload specification.
Input Values: 1- to 8-character transaction group name
-
getLuName
java.lang.String getLuName()
Getter for field LUNAMETerminal LU name
The specific or generic logical unit name used in matching a transaction with a workload definition.
-
getUserId
java.lang.String getUserId()
Getter for field USERIDUser ID
The specific or generic user ID used in matching a transaction with the workload definition.
-
getTargetScope
java.lang.String getTargetScope()
Getter for field AORSCOPEScope name of set of target systems
The name of the CICS system or CICS system group to which transactions associated with the workload definition are directed.
-
getProcessType
java.lang.String getProcessType()
Getter for field PROCESSTYPEBTS process type
The specific or generic process type used in matching a transaction with the workload definition.
Terminal LU name and User ID must both be set to '*' if a specific process type is defined. A Transaction group of blanks or a specific name can be specified. You may only separate a workload by Transaction group and Process type or by Transaction group, Terminal LU name and User ID.
-
getDescription
java.lang.String getDescription()
Getter for field DESCDescription
A 1- to 58-character description of the workload definition.
-
getTransactionGroupReference
ITransactionGroupReference getTransactionGroupReference()
-
getRegionGroupDefinitionReference
ICICSRegionGroupDefinitionReference getRegionGroupDefinitionReference()
-
getRegionDefinitionReference
ICICSRegionDefinitionReference getRegionDefinitionReference()
-
getGroupMemberships
ICICSObjectSet<IWorkloadDefinitionInWorkloadGroup> getGroupMemberships()
-
getCICSObjectReference
IWorkloadDefinitionReference getCICSObjectReference()
- Specified by:
getCICSObjectReferencein interfaceICICSObject- Specified by:
getCICSObjectReferencein interfaceICPSMDefinition- Specified by:
getCICSObjectReferencein interfaceIDefinition
-
-