|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
com.ibm.btt.cs.servlet.CSReceiveProtocolThread
public class CSReceiveProtocolThread
The CSReceiveProtocolThread class implements the receive method. It is responsible for retrieving data from the SendEventsBuffer.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.lang.Thread |
---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
Field Summary | |
---|---|
java.lang.String |
_httpErrorCode
|
protected boolean |
clientTimeouted
This field indicates if the method wich has called the run of this thread has reached its own timeout. |
protected boolean |
later
Indicates if a receiveNowOrNever or a receiveNowOrLater has been produced. |
Fields inherited from class java.lang.Thread |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
---|---|
CSReceiveProtocolThread()
This constructor creates a CSReceiveProtocolThread object. |
|
CSReceiveProtocolThread(Context myContext,
java.lang.Integer id,
CSClient myCSClient)
This constructor creates a CSReceiveProtocolThread object. |
|
CSReceiveProtocolThread(java.lang.Integer id,
CSClient myCSClient)
This constructor creates a CSReceiveProtocolThread object. |
|
CSReceiveProtocolThread(java.lang.Runnable target)
This constructor creates a CSReceiveProtocolThread object. |
|
CSReceiveProtocolThread(java.lang.Runnable target,
java.lang.String name)
This constructor creates a CSReceiveProtocolThread object. |
|
CSReceiveProtocolThread(Semaphore aSem,
ClientOperation aClientOperation,
java.lang.Integer id,
CSClient myCSClient)
This constructor creates a CSReceiveProtocolThread object. |
|
CSReceiveProtocolThread(Semaphore aSem,
Context myContext,
java.lang.Integer id,
CSClient myCSClient)
This constructor creates a CSReceiveProtocolThread object. |
|
CSReceiveProtocolThread(java.lang.String name)
This constructor creates a CSReceiveProtocolThread object. |
|
CSReceiveProtocolThread(java.lang.ThreadGroup group,
java.lang.Runnable target)
This constructor creates a CSReceiveProtocolThread object. |
|
CSReceiveProtocolThread(java.lang.ThreadGroup group,
java.lang.Runnable target,
java.lang.String name)
This constructor creates a CSReceiveProtocolThread object. |
|
CSReceiveProtocolThread(java.lang.ThreadGroup group,
java.lang.String name)
This constructor creates a CSReceiveProtocolThread object. |
Method Summary | |
---|---|
boolean |
getClientTimeouted()
Returns the clientTimeouted field, a description of this field can be found in the field's definition |
java.lang.String |
getExceptionName()
Gets the _exceptionName property (java.lang.String) value. |
java.lang.String |
getHttpErrorCode()
Gets the _httpErrorCode property (java.lang.String) value. |
java.lang.Integer |
getIdNumber()
Gets the _id property (java.lang.Integer) value. |
boolean |
getLater()
Gets the later value. |
java.lang.String |
getSideIndicator()
Gets the _sideIndicator property (java.lang.String) value. |
protected boolean |
isContextUpdated()
|
void |
run()
Receives data from the SendEventsBuffer. |
void |
setClientTimeouted(boolean newClientTimeouted)
Sets the clientTimeouted field, a description of this field can be found in the field's definition |
void |
setId(java.lang.Integer id)
Sets the _id property (java.lang.Integer) value. |
void |
setLater(boolean b)
Sets the later value. |
Methods inherited from class java.lang.Thread |
---|
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public java.lang.String _httpErrorCode
protected boolean clientTimeouted
protected boolean later
Constructor Detail |
---|
public CSReceiveProtocolThread()
public CSReceiveProtocolThread(java.lang.Integer id, CSClient myCSClient)
id
- java.lang.Integerpublic CSReceiveProtocolThread(java.lang.Runnable target)
target
- java.lang.Runnablepublic CSReceiveProtocolThread(java.lang.Runnable target, java.lang.String name)
target
- java.lang.Runnablename
- java.lang.Stringpublic CSReceiveProtocolThread(java.lang.String name)
name
- java.lang.Stringpublic CSReceiveProtocolThread(java.lang.ThreadGroup group, java.lang.Runnable target)
group
- java.lang.ThreadGrouptarget
- java.lang.Runnablepublic CSReceiveProtocolThread(java.lang.ThreadGroup group, java.lang.Runnable target, java.lang.String name)
group
- java.lang.ThreadGrouptarget
- java.lang.Runnablename
- java.lang.Stringpublic CSReceiveProtocolThread(java.lang.ThreadGroup group, java.lang.String name)
group
- java.lang.ThreadGroupname
- java.lang.Stringpublic CSReceiveProtocolThread(Semaphore aSem, ClientOperation aClientOperation, java.lang.Integer id, CSClient myCSClient)
aClientOperation
- com.ibm.dse.base.ClientOperationid
- java.lang.IntegermyCSClient
- com.ibm.dse.clientserver.CSClientpublic CSReceiveProtocolThread(Semaphore aSem, Context myContext, java.lang.Integer id, CSClient myCSClient)
aContext
- Contextid
- java.lang.IntegermyCSClient
- com.ibm.dse.clientserver.CSClientpublic CSReceiveProtocolThread(Context myContext, java.lang.Integer id, CSClient myCSClient)
aContext
- Contextid
- java.lang.IntegermyCSClient
- com.ibm.dse.clientserver.CSClientMethod Detail |
---|
public boolean getClientTimeouted()
public java.lang.String getExceptionName()
public java.lang.Integer getIdNumber()
public java.lang.String getSideIndicator()
protected boolean isContextUpdated()
public void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
public void setClientTimeouted(boolean newClientTimeouted)
newClientTimeouted
- booleanpublic void setId(java.lang.Integer id)
id
- java.lang.Integerpublic java.lang.String getHttpErrorCode()
public boolean getLater()
public void setLater(boolean b)
b
- boolean
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |