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<String,Object> |
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<String,Object> 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<String,Object> ctxTable)
A
- hashtable that stores the current thread's context information.Copyright © 2019. All rights reserved.