|
IBM Branch 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.dse.cs.servlet.CSNotifProtocolThread
The CSNotifProtocolThread class is used in notifications from the server to the client. It is started on the client side and runs forever.
Field Summary |
---|
Fields inherited from class java.lang.Thread |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
---|---|
CSNotifProtocolThread(CSClient aCSClient)
This constructor creates a CSNotifProtocolThread object. |
|
CSNotifProtocolThread(java.lang.Runnable target)
This constructor creates a CSNotifProtocolThread object. |
|
CSNotifProtocolThread(java.lang.Runnable target,
java.lang.String name)
This constructor creates a CSNotifProtocolThread object. |
|
CSNotifProtocolThread(java.lang.String name)
This constructor creates a CSNotifProtocolThread object. |
|
CSNotifProtocolThread(java.lang.ThreadGroup group,
java.lang.Runnable target)
This constructor creates a CSNotifProtocolThread object. |
|
CSNotifProtocolThread(java.lang.ThreadGroup group,
java.lang.Runnable target,
java.lang.String name)
This constructor creates a CSNotifProtocolThread object. |
|
CSNotifProtocolThread(java.lang.ThreadGroup group,
java.lang.String name)
This constructor creates a CSNotifProtocolThread object. |
Method Summary | |
---|---|
boolean |
getAgain()
Gets the again value. |
CSClient |
getCurrentInstanceCSClient()
Gets the _current_instance_CSClient property (com.ibm.dse.clientserver.CSClient) value. |
void |
run()
Receives notifications from the server. |
void |
setAgain(boolean newAgain)
Sets the again attribute value. |
void |
setCurrentInstanceCSClient(CSClient myCSClient)
Sets the _current_instance_CSClient property (com.ibm.dse.clientserver.CSClient) value. |
Methods inherited from class java.lang.Thread |
---|
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, 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 |
Constructor Detail |
public CSNotifProtocolThread(CSClient aCSClient)
public CSNotifProtocolThread(java.lang.Runnable target)
target
- java.lang.Runnablepublic CSNotifProtocolThread(java.lang.Runnable target, java.lang.String name)
target
- java.lang.Runnablename
- java.lang.Stringpublic CSNotifProtocolThread(java.lang.String name)
name
- java.lang.Stringpublic CSNotifProtocolThread(java.lang.ThreadGroup group, java.lang.Runnable target)
group
- java.lang.ThreadGrouptarget
- java.lang.Runnablepublic CSNotifProtocolThread(java.lang.ThreadGroup group, java.lang.Runnable target, java.lang.String name)
group
- java.lang.ThreadGrouptarget
- java.lang.Runnablename
- java.lang.Stringpublic CSNotifProtocolThread(java.lang.ThreadGroup group, java.lang.String name)
group
- java.lang.ThreadGroupname
- java.lang.StringMethod Detail |
public boolean getAgain()
public CSClient getCurrentInstanceCSClient()
public void run()
public void setAgain(boolean newAgain)
newAgain
- booleanpublic void setCurrentInstanceCSClient(CSClient myCSClient)
myCSClient
- com.ibm.dse.clientserver.CSClient
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |