Class ISCParser
java.lang.Object
com.ibm.jakarta.connector2.cics.inbound.ISCParser
- All Implemented Interfaces:
com.ibm.ctg.server.ThreadManaged
,Runnable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
This method is called when the ThreadManager managing us is itself closed.long
void
kick()
This method rouses us from our waiting state.void
run()
void
setInboundSession
(InboundSession inboundSession) void
setThreadInfo
(Thread thrYou, com.ibm.ctg.server.ThreadManager<?> thmYou, int iIndex) Called by the ThreadManager who manages us, to pass in pertinent information.
-
Field Details
-
CLASS_VERSION
- See Also:
-
-
Constructor Details
-
ISCParser
public ISCParser()
-
-
Method Details
-
setThreadInfo
Called by the ThreadManager who manages us, to pass in pertinent information. Part of the ThreadManaged interface.- Specified by:
setThreadInfo
in interfacecom.ibm.ctg.server.ThreadManaged
- Parameters:
thrYou
- The Thread that this object will run onthmYou
- The ThreadManager managing this object
-
kick
public void kick()This method rouses us from our waiting state. It is called when we we are required to execute a request. -
close
public void close()This method is called when the ThreadManager managing us is itself closed.- Specified by:
close
in interfacecom.ibm.ctg.server.ThreadManaged
-
run
public void run() -
getInputBuffer
-
setInboundSession
-
getParserThreadNumber
public long getParserThreadNumber()
-