Interface IActiveWorkloadDefinition
-
- All Superinterfaces:
ICICSObject
,ICPSMManager
,com.ibm.cics.model.meta.ITypedObject
public interface IActiveWorkloadDefinition extends ICPSMManager
-
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICPSMManager
COPYRIGHT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IActiveWorkloadDefinitionReference
getCICSObjectReference()
java.lang.String
getDescription()
Getter for field DESCjava.lang.String
getLuName()
Getter for field LUNAMEjava.lang.String
getName()
Getter for field NAMEICICSType<IActiveWorkloadDefinition>
getObjectType()
java.lang.String
getProcessType()
Getter for field PROCESSTYPEjava.lang.String
getTargetScope()
Getter for field AORSCOPEjava.lang.String
getTransactionGroup()
Getter for field TRANGRPjava.lang.String
getUserID()
Getter for field USERIDjava.lang.String
getWorkload()
Getter for field WORKLOADjava.lang.String
getWorkloadOwner()
Getter for field WRKLOWNER-
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType
-
Methods inherited from interface com.ibm.cics.model.ICPSMManager
getCICSContainer
-
-
-
-
Method Detail
-
getObjectType
ICICSType<IActiveWorkloadDefinition> getObjectType()
- Specified by:
getObjectType
in interfaceICICSObject
- Specified by:
getObjectType
in interfaceICPSMManager
- Specified by:
getObjectType
in interfacecom.ibm.cics.model.meta.ITypedObject
-
getName
java.lang.String getName()
Getter for field NAMEWorkload definition
The name of the workload definition.
- Specified by:
getName
in interfaceICICSObject
-
getWorkload
java.lang.String getWorkload()
Getter for field WORKLOADWorkload name
The name of the workload specification to which the workload definition is associated.
-
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 is using the default transaction group associated with its workload specification.
Note: The hyperlink to the WLMATGRP view is not valid when this field is blank.
-
getLuName
java.lang.String getLuName()
Getter for field LUNAMETerminal LU name
The logical unit name used in matching a transaction with the workload definition.
-
getUserID
java.lang.String getUserID()
Getter for field USERIDUser ID
The 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.
-
getDescription
java.lang.String getDescription()
Getter for field DESCDescription
A description of the workload definition.
-
getWorkloadOwner
java.lang.String getWorkloadOwner()
Getter for field WRKLOWNERSystem ID of workload owner
The 4-character CICS system ID of the CMAS that created the workload.
-
getProcessType
java.lang.String getProcessType()
Getter for field PROCESSTYPEProcess 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 '*'. 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.
-
getCICSObjectReference
IActiveWorkloadDefinitionReference getCICSObjectReference()
- Specified by:
getCICSObjectReference
in interfaceICICSObject
- Specified by:
getCICSObjectReference
in interfaceICPSMManager
-
-