Package com.ibm.cics.model
Interface ITransactionGroupEntry
-
- All Superinterfaces:
ICICSObject
,ICPSMDefinition
,IDefinition
,com.ibm.cics.model.meta.ITypedObject
public interface ITransactionGroupEntry extends ICPSMDefinition
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ITransactionGroupEntry.ChangeAgentValue
Enumeration type for field CHANGEAGENTstatic class
ITransactionGroupEntry.PseudoConversationalModeValue
Enumeration type for field PCONV
-
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 ITransactionGroupEntry.ChangeAgentValue
getChangeAgent()
Getter for field CHANGEAGENTITransactionGroupEntryReference
getCICSObjectReference()
ITransactionGroupReference
getContainingGroup()
ICICSType<ITransactionGroupEntry>
getObjectType()
ITransactionGroupEntry.PseudoConversationalModeValue
getPseudoConversationalMode()
Getter for field PCONVjava.lang.String
getTransactionGroup()
Getter for field TRANGRPjava.lang.String
getTransactionID()
Getter for field TRANID-
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getName
-
Methods inherited from interface com.ibm.cics.model.ICPSMDefinition
getChangeAgentRelease, getChangeTime, getChangeUserID, getCICSContainer, getCreateTime
-
-
-
-
Method Detail
-
getObjectType
ICICSType<ITransactionGroupEntry> 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
ITransactionGroupEntry.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.
-
getTransactionGroup
java.lang.String getTransactionGroup()
Getter for field TRANGRPTransaction group
The name of the transaction group.
-
getTransactionID
java.lang.String getTransactionID()
Getter for field TRANIDTransaction
The identifier of a transaction associated with the transaction group.
-
getPseudoConversationalMode
ITransactionGroupEntry.PseudoConversationalModeValue getPseudoConversationalMode()
Getter for field PCONVPseudo-conversational mode
Indicates whether the transaction is the first (START) or last (END) transaction in a pseudo-conversation.
-
getContainingGroup
ITransactionGroupReference getContainingGroup()
-
getCICSObjectReference
ITransactionGroupEntryReference getCICSObjectReference()
- Specified by:
getCICSObjectReference
in interfaceICICSObject
- Specified by:
getCICSObjectReference
in interfaceICPSMDefinition
- Specified by:
getCICSObjectReference
in interfaceIDefinition
-
-