|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ThreadContext | |
com.sun.jdmk | Provides the core Java DMK classes. |
Uses of ThreadContext in com.sun.jdmk |
Methods in com.sun.jdmk that return ThreadContext | |
static ThreadContext |
ThreadContext.push(String key,
Object value)
Push an object on the context stack with the given key. |
static ThreadContext |
ThreadContext.getThreadContext()
Return an object that can later be supplied to restore
to restore the context stack to its current state. |
Methods in com.sun.jdmk with parameters of type ThreadContext | |
static void |
ThreadContext.restore(ThreadContext oldContext)
Restore the context stack to an earlier state. |
void |
ThreadContext.setInitialContext(ThreadContext context)
Set the initial context of the calling thread to a context obtained from another thread. |
|
FCS Release jdmk-5_1-b34.1 2005.02.10_16:46:09_MET |
||||||||||
PREV NEXT | FRAMES NO FRAMES |