|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcreamtec.webcream.core.ThreadManager
public class ThreadManager
Manages associations between objects and WebCream threads
| Constructor Summary | |
|---|---|
ThreadManager()
|
|
| Method Summary | |
|---|---|
static ThreadManager |
getInstance()
Returns the instance of ThreadManager, associated with this client |
static WebCreamThread |
getMyThread(java.lang.Object obj)
Returns WebCreamThread associated with the given object |
static void |
setMyThread(java.lang.Object obj,
WebCreamThread thread)
Establishes association between the given object and the thread. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ThreadManager()
| Method Detail |
|---|
public static WebCreamThread getMyThread(java.lang.Object obj)
obj - Object
public static void setMyThread(java.lang.Object obj,
WebCreamThread thread)
obj - Objectthread - WebCreamThreadpublic static ThreadManager getInstance()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||