|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.creamtec.ajaxswing.core.ThreadManager
public class ThreadManager
Manages associations between objects and AjaxSwing threads
| Constructor Summary | |
|---|---|
ThreadManager()
|
|
| Method Summary | |
|---|---|
static ThreadManager |
getInstance()
Returns the instance of ThreadManager, associated with this client |
static AjaxSwingThread |
getMyThread(java.lang.Object obj)
Returns AjaxSwingThread associated with the given object |
static void |
setMyThread(java.lang.Object obj,
AjaxSwingThread 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 AjaxSwingThread getMyThread(java.lang.Object obj)
obj - Object
public static void setMyThread(java.lang.Object obj,
AjaxSwingThread thread)
obj - Objectthread - AjaxSwingThreadpublic static ThreadManager getInstance()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||