|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ThreadLocalContextManager
Manager for retrieving and storing a single object which represents all thread local state
| Method Summary | |
|---|---|
void |
clearThreadLocalContext()
Clear the thread local context on the current thread |
Object |
getThreadLocalContext()
Get the thread local context of the current thread |
void |
setThreadLocalContext(Object context)
Set the thread local context on the current thread |
| Method Detail |
|---|
Object getThreadLocalContext()
void setThreadLocalContext(Object context)
context - The context to setvoid clearThreadLocalContext()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||