Package com.ibm.cics.model
Interface IWorkloadTransaction
-
- All Superinterfaces:
ICICSObject,ICPSMManager,com.ibm.cics.model.meta.ITypedObject
public interface IWorkloadTransaction extends ICPSMManager
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIWorkloadTransaction.PseudoModeValueEnumeration type for field PSEUDOMODE
-
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 IWorkloadTransactionReferencegetCICSObjectReference()ICICSType<IWorkloadTransaction>getObjectType()IWorkloadTransaction.PseudoModeValuegetPseudoMode()Getter for field PSEUDOMODEjava.lang.StringgetTransactionGroup()Getter for field TRANGRPjava.lang.StringgetTransactionID()Getter for field TRANIDjava.lang.StringgetWorkload()Getter for field WORKLOADjava.lang.StringgetWorkloadOwner()Getter for field WRKLOWNER-
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getName
-
Methods inherited from interface com.ibm.cics.model.ICPSMManager
getCICSContainer
-
-
-
-
Method Detail
-
getObjectType
ICICSType<IWorkloadTransaction> getObjectType()
- Specified by:
getObjectTypein interfaceICICSObject- Specified by:
getObjectTypein interfaceICPSMManager- Specified by:
getObjectTypein interfacecom.ibm.cics.model.meta.ITypedObject
-
getTransactionID
java.lang.String getTransactionID()
Getter for field TRANIDTransaction
The identifier of an active transaction.
-
getPseudoMode
IWorkloadTransaction.PseudoModeValue getPseudoMode()
Getter for field PSEUDOMODEStart or end of pseudo-conversation
Indicates whether the transaction is the first (START) or last (END) transaction in a pseudo-conversation. If this field is blank, it means the transaction is neither the first nor the last in a pseudo-conversation.
-
getTransactionGroup
java.lang.String getTransactionGroup()
Getter for field TRANGRPTransaction group
The name of the transaction group.
-
getWorkload
java.lang.String getWorkload()
Getter for field WORKLOADWorkload name
The name of the workload in which the transaction group is active.
-
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.
-
getCICSObjectReference
IWorkloadTransactionReference getCICSObjectReference()
- Specified by:
getCICSObjectReferencein interfaceICICSObject- Specified by:
getCICSObjectReferencein interfaceICPSMManager
-
-