public class ThreadManager
extends java.lang.Object
| Constructor and Description |
|---|
ThreadManager() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static AjaxSwingThread getMyThread(java.lang.Object obj)
obj - Objectpublic static void setMyThread(java.lang.Object obj,
AjaxSwingThread thread)
obj - Objectthread - AjaxSwingThreadpublic static ThreadManager getInstance()
Copyright © 2000-2012 CreamTec LLC. All Rights Reserved.