| 
 | ||||||||||
| 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 restoreto 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 02 opendmk-1.0-b02 2007.10.01_19:17:46_MEST | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||