Class InboundSession

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

public class InboundSession extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • readReply

      public void readReply() throws IOException, com.ibm.ctg.server.isc.exceptions.ISCParsingException, com.ibm.ctg.server.isc.exceptions.ConnectionException, com.ibm.ctg.server.isc.exceptions.SessionException
      Throws:
      IOException
      com.ibm.ctg.server.isc.exceptions.ISCParsingException
      com.ibm.ctg.server.isc.exceptions.ConnectionException
      com.ibm.ctg.server.isc.exceptions.SessionException
    • resetForNewConversation

      public void resetForNewConversation(InboundConversation conv)
    • close

      public void close()
    • getState

    • setState

      public void setState(InboundSession.InboundSessionState newState)
    • getSender

      public InboundSender getSender()
    • getConversation

      public InboundConversation getConversation()
    • getCCSID

      public int getCCSID()
    • getOriginData

      public com.ibm.ctg.util.OriginData getOriginData()
    • setWorkHasBeenSent

      public void setWorkHasBeenSent()
    • getTrackableName

      public Object getTrackableName()
    • interruptSend

      public void interruptSend()
    • sendPace

      public void sendPace() throws com.ibm.ctg.server.isc.exceptions.ConnectionException
      Throws:
      com.ibm.ctg.server.isc.exceptions.ConnectionException
    • getConnection

      public InboundConnection getConnection()
    • getRequest

      public InboundRequest getRequest()
    • hasTimedOut

      public boolean hasTimedOut()
    • getParserThread

      public ISCParser getParserThread()
    • getEJBJndiName

      public String getEJBJndiName()
    • getCommArea

      public byte[] getCommArea()
    • getChannel

      public com.ibm.ctg.client.Channel getChannel()
    • setChannel

      public void setChannel(com.ibm.ctg.client.Channel channel)
    • setCommArea

      public void setCommArea(byte[] commarea)
    • getCommAreaLength

      public int getCommAreaLength()
    • setCommAreaLength

      public void setCommAreaLength(int commareaLength)
    • seteibrcodeRC

      public void seteibrcodeRC(byte is43AbendCode)
    • setAbendCode

      public void setAbendCode(String abendCode)
    • getWorkerThread

      public Thread getWorkerThread()
    • getCallType

      public int getCallType()
    • closeConn

      public void closeConn()
    • setWorkerThread

      public void setWorkerThread(Thread workerThread)
    • setErrorSession

      public void setErrorSession()
    • isErrorSession

      public boolean isErrorSession()