|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jsdai.lang.MethodCallsCacheManager
This class provides a way to manage method calls cache used by mapping operations. It is employed by some JSDAI tools and is not required for normal JSDAI usage.
Field Summary | |
static int |
OWN_CREATED_THREAD
The constant to use for setThreadId method. |
static int |
SWING_CREATED_THREAD
The constant to use for setThreadId method. |
Method Summary | |
static void |
clear(SdaiSession session)
Clears the caches associated with SDAI session. |
static java.lang.Object |
getParent()
Returns the parent object. |
static void |
setParent(java.lang.Object _parent)
Sets parent object. |
static void |
setThreadId(int id)
Sets thread identifier. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int SWING_CREATED_THREAD
setThreadId
method.
public static final int OWN_CREATED_THREAD
setThreadId
method.
Method Detail |
public static void setThreadId(int id)
id
- The id codepublic static void setParent(java.lang.Object _parent)
_parent
- The parentpublic static java.lang.Object getParent()
Object
public static void clear(SdaiSession session)
session
- The session to clear the caches for
|
Copyright © LKSoftWare GmbH, 1999-2008 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |