public class ConnectionExecutionContext extends Object
ThreadLocal,
InheritableThreadLocal| Modifier and Type | Field and Description |
|---|---|
static String |
IIOP_CLIENT_PER_THREAD_FLAG |
| Constructor and Description |
|---|
ConnectionExecutionContext() |
| Modifier and Type | Method and Description |
|---|---|
static Hashtable |
getContext()
This method returns the hashtable that stores the thread specific
Context information.
|
static Long |
readClientThreadID() |
static void |
removeClientThreadID() |
static void |
setClientThreadID(Long ClientThreadID) |
static void |
setContext(Hashtable ctxTable)
This method can be used to add a new hashtable for storing the
Thread specific context information.
|
public static final String IIOP_CLIENT_PER_THREAD_FLAG
public static Long readClientThreadID()
public static void setClientThreadID(Long ClientThreadID)
public static void removeClientThreadID()
public static void setContext(Hashtable ctxTable)
A - hashtable that stores the current thread's context
information.public static Hashtable getContext()
Copyright © 2013. All Rights Reserved.