|
||||||||||
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.getThreadContext()
Return an object that can later be supplied to restore
to restore the context stack to its current state. |
static ThreadContext |
ThreadContext.push(String key,
Object value)
Push an object on the context stack with the given key. |
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. |
|
Open Source build 01-ea opendmk-1.0-b01-ea 2007.04.04_18:02:04_MEST |
|||||||||
PREV NEXT | FRAMES NO FRAMES |