|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.xbean.kernel.ServiceContextThreadLocal
ServiceContextThreadLocal carries the ServiceContext on the Thread during service construction and destruction.
| Method Summary | |
static ServiceContext |
get()
Gets the ServiceContext associated with the current thread. |
static void |
set(ServiceContext serviceContext)
Assocates the specified ServiceContext with the current thread. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static ServiceContext get()
public static void set(ServiceContext serviceContext)
serviceContext - the service context to associate with the current thread
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||