Uses of Class
com.im.commons.base.ThreadContext
-
Packages that use ThreadContext Package Description com.im.commons.base -
-
Uses of ThreadContext in com.im.commons.base
Fields in com.im.commons.base declared as ThreadContext Modifier and Type Field Description static ThreadContext
ThreadContext. EMPTY
An emptyThreadContext
.Methods in com.im.commons.base that return ThreadContext Modifier and Type Method Description static ThreadContext
ThreadContext. getCurrent()
Gets theThreadContext
for the current thread.Methods in com.im.commons.base with parameters of type ThreadContext Modifier and Type Method Description static void
ThreadContext. set(ThreadContext value)
-