public interface ITransactionGroupEntry extends ICPSMDefinition
Modifier and Type | Interface and Description |
---|---|
static class |
ITransactionGroupEntry.PseudoConversationalModeValue
Enumeration type for field PCONV
|
COPYRIGHT
Modifier and Type | Method and Description |
---|---|
ITransactionGroupEntryReference |
getCICSObjectReference() |
ITransactionGroupReference |
getContainingGroup() |
ICICSType<ITransactionGroupEntry> |
getObjectType() |
ITransactionGroupEntry.PseudoConversationalModeValue |
getPseudoConversationalMode()
Getter for field PCONV
|
java.lang.String |
getTransactionGroup()
Getter for field TRANGRP
|
java.lang.String |
getTransactionID()
Getter for field TRANID
|
getChangeAgent, getChangeAgentRelease, getChangeTime, getChangeUserID, getCICSContainer, getCreateTime
getCICSType, getName
ICICSType<ITransactionGroupEntry> getObjectType()
getObjectType
in interface ICICSObject
getObjectType
in interface ICPSMDefinition
getObjectType
in interface IDefinition
getObjectType
in interface com.ibm.cics.model.meta.ITypedObject
java.lang.String getTransactionGroup()
Transaction group
The name of the transaction group.
java.lang.String getTransactionID()
Transaction
The identifier of a transaction associated with the transaction group.
ITransactionGroupEntry.PseudoConversationalModeValue getPseudoConversationalMode()
Pseudo-conversational mode
Indicates whether the transaction is the first (START) or last (END) transaction in a pseudo-conversation.
ITransactionGroupReference getContainingGroup()
ITransactionGroupEntryReference getCICSObjectReference()
getCICSObjectReference
in interface ICICSObject
getCICSObjectReference
in interface ICPSMDefinition
getCICSObjectReference
in interface IDefinition
Copyright © 2008-2013 IBM Corp. All Rights Reserved.