|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWorkloadTransaction
generated from CICS resourcetable WLMATRAN
Nested Class Summary | |
---|---|
static class |
IWorkloadTransaction.PseudoModeValue
Enumeration type for field PSEUDOMODE |
Field Summary |
---|
Fields inherited from interface com.ibm.cics.model.ICPSMManager |
---|
COPYRIGHT |
Method Summary | ||
---|---|---|
|
findReferences(IReferenceAttribute<From,IWorkloadTransaction> referenceAttribute)
Returns an ICICSObjectListFactory that can be used to retrieve all objects that reference this ICICSObject by the supplied IReferenceAttribute. |
|
IWorkloadTransactionReference |
getCICSObjectReference()
|
|
ICICSType<IWorkloadTransaction> |
getObjectType()
|
|
IWorkloadTransaction.PseudoModeValue |
getPseudoMode()
Getter for field PSEUDOMODE |
|
java.lang.String |
getTransactionGroup()
Getter for field TRANGRP |
|
java.lang.String |
getTransactionID()
Getter for field TRANID |
|
java.lang.String |
getWorkload()
Getter for field WORKLOAD |
|
java.lang.String |
getWorkloadOwner()
Getter for field WRKLOWNER |
Methods inherited from interface com.ibm.cics.model.ICICSObject |
---|
getCICSType, getName |
Methods inherited from interface com.ibm.cics.model.meta.ITypedObject |
---|
getAttributeValue |
Method Detail |
---|
ICICSType<IWorkloadTransaction> getObjectType()
getObjectType
in interface ICICSObject
getObjectType
in interface ICPSMManager
getObjectType
in interface com.ibm.cics.model.meta.ITypedObject
java.lang.String getTransactionID()
Transaction
The identifier of an active transaction.
IWorkloadTransaction.PseudoModeValue getPseudoMode()
Start 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.
java.lang.String getTransactionGroup()
Transaction group
The name of the transaction group.
java.lang.String getWorkload()
Workload name
The name of the workload in which the transaction group is active.
java.lang.String getWorkloadOwner()
System ID of workload owner
The 4-character CICS system ID of the CMAS that created the workload.
IWorkloadTransactionReference getCICSObjectReference()
getCICSObjectReference
in interface ICICSObject
<From extends ICICSObject> ICICSObjectListFactory<From> findReferences(IReferenceAttribute<From,IWorkloadTransaction> referenceAttribute)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |