Class InboundConversation
java.lang.Object
com.ibm.jakarta.connector2.cics.inbound.InboundConversation
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchar[]
boolean
boolean
void
Indicates that CICS has ended the conversation.void
purged()
void
setConversationState
(InboundConversation.ConversationState conversationState) void
-
Field Details
-
CLASS_VERSION
- See Also:
-
session
-
-
Constructor Details
-
InboundConversation
-
-
Method Details
-
getConversationState
-
setConversationState
-
getConversationId
public char[] getConversationId() -
getConversationIdString
-
setWorkSent
public void setWorkSent() -
hasTimedOut
public boolean hasTimedOut() -
markCicsComplete
public void markCicsComplete()Indicates that CICS has ended the conversation. This is invoked from the receiver when CICS reports the conversation is complete. -
purged
public void purged() -
getTransactionToken
-
hasWorkBeenSent
public boolean hasWorkBeenSent()
-