Class InboundSession
java.lang.Object
com.ibm.jakarta.connector2.cics.inbound.InboundSession
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
void
int
int
getCCSID()
com.ibm.ctg.client.Channel
byte[]
int
com.ibm.ctg.util.OriginData
getState()
boolean
void
boolean
void
void
void
sendPace()
void
setAbendCode
(String abendCode) void
setChannel
(com.ibm.ctg.client.Channel channel) void
setCommArea
(byte[] commarea) void
setCommAreaLength
(int commareaLength) void
seteibrcodeRC
(byte is43AbendCode) void
void
setState
(InboundSession.InboundSessionState newState) void
setWorkerThread
(Thread workerThread) void
-
Field Details
-
CLASS_VERSION
- See Also:
-
conversation
-
sender
-
-
Constructor Details
-
InboundSession
-
-
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
-
close
public void close() -
getState
-
setState
-
getSender
-
getConversation
-
getCCSID
public int getCCSID() -
getOriginData
public com.ibm.ctg.util.OriginData getOriginData() -
setWorkHasBeenSent
public void setWorkHasBeenSent() -
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
-
getRequest
-
hasTimedOut
public boolean hasTimedOut() -
getParserThread
-
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
-
getWorkerThread
-
getCallType
public int getCallType() -
closeConn
public void closeConn() -
setWorkerThread
-
setErrorSession
public void setErrorSession() -
isErrorSession
public boolean isErrorSession()
-