|
||||||||||
| 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(java.lang.String key,
java.lang.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 2010.10.20_19:39:55_UTC |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||