|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Thread | +--com.ibm.dse.cs.servlet.CSReceiveProtocolThread
The CSReceiveProtocolThread class implements the receive method. It is responsible for retrieving data from the SendEventsBuffer.
Field Summary | |
protected boolean |
clientTimeouted
This field indicates if the method wich has called the run of this thread has reached its own timeout. |
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.Integer |
getId()
Gets the _id property (java.lang.Integer) 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. |
Methods inherited from class java.lang.Thread |
activeCount,
checkAccess,
countStackFrames,
currentThread,
destroy,
dumpStack,
enumerate,
getContextClassLoader,
getName,
getPriority,
getThreadGroup,
interrupt,
interrupted,
isAlive,
isDaemon,
isInterrupted,
join,
join,
join,
resume,
setContextClassLoader,
setDaemon,
setName,
setPriority,
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 |
protected boolean clientTimeouted
Constructor Detail |
public CSReceiveProtocolThread()
public CSReceiveProtocolThread(Context myContext, java.lang.Integer id, CSClient myCSClient)
aContext
- Contextid
- java.lang.IntegermyCSClient
- com.ibm.dse.clientserver.CSClientpublic 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(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.StringMethod Detail |
public boolean getClientTimeouted()
public java.lang.String getExceptionName()
public java.lang.Integer getId()
public java.lang.String getSideIndicator()
protected boolean isContextUpdated()
public void run()
public void setClientTimeouted(boolean newClientTimeouted)
newClientTimeouted
- booleanpublic void setId(java.lang.Integer id)
id
- java.lang.Integer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |