jsdai.lang
Class MethodCallsCacheManager

java.lang.Object
  extended byjsdai.lang.MethodCallsCacheManager

public class MethodCallsCacheManager
extends java.lang.Object

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

SWING_CREATED_THREAD

public static final int SWING_CREATED_THREAD
The constant to use for setThreadId method.

See Also:
Constant Field Values

OWN_CREATED_THREAD

public static final int OWN_CREATED_THREAD
The constant to use for setThreadId method.

See Also:
Constant Field Values
Method Detail

setThreadId

public static void setThreadId(int id)
Sets thread identifier.

Parameters:
id - The id code

setParent

public static void setParent(java.lang.Object _parent)
Sets parent object.

Parameters:
_parent - The parent

getParent

public static java.lang.Object getParent()
Returns the parent object.

Returns:
The parent as an Object

clear

public static void clear(SdaiSession session)
Clears the caches associated with SDAI session.

Parameters:
session - The session to clear the caches for

Copyright © LKSoftWare GmbH, 1999-2008