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 class
IWorkloadDefinition.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 IWorkloadDefinition.ChangeAgentValue
getChangeAgent()
Getter for field CHANGEAGENTIWorkloadDefinitionReference
getCICSObjectReference()
java.lang.String
getDescription()
Getter for field DESCICICSObjectSet<IWorkloadDefinitionInWorkloadGroup>
getGroupMemberships()
java.lang.String
getLuName()
Getter for field LUNAMEjava.lang.String
getName()
Getter for field NAMEICICSType<IWorkloadDefinition>
getObjectType()
java.lang.String
getProcessType()
Getter for field PROCESSTYPEICICSRegionDefinitionReference
getRegionDefinitionReference()
ICICSRegionGroupDefinitionReference
getRegionGroupDefinitionReference()
java.lang.String
getTargetScope()
Getter for field AORSCOPEjava.lang.String
getTransactionGroup()
Getter for field TRANGRPITransactionGroupReference
getTransactionGroupReference()
java.lang.String
getUserId()
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:
getObjectType
in interfaceICICSObject
- Specified by:
getObjectType
in interfaceICPSMDefinition
- Specified by:
getObjectType
in interfaceIDefinition
- Specified by:
getObjectType
in 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:
getName
in 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:
getCICSObjectReference
in interfaceICICSObject
- Specified by:
getCICSObjectReference
in interfaceICPSMDefinition
- Specified by:
getCICSObjectReference
in interfaceIDefinition
-
-