Class InboundConversation

java.lang.Object
com.ibm.jakarta.connector2.cics.inbound.InboundConversation

public class InboundConversation extends Object
  • Field Details

  • Constructor Details

    • InboundConversation

      public InboundConversation(String convID)
  • Method Details

    • getConversationState

      public InboundConversation.ConversationState getConversationState()
    • setConversationState

      public void setConversationState(InboundConversation.ConversationState conversationState)
    • getConversationId

      public char[] getConversationId()
    • getConversationIdString

      public String 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

      public Object getTransactionToken()
    • hasWorkBeenSent

      public boolean hasWorkBeenSent()