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 ThreadContextThreadContext. EMPTYAn emptyThreadContext.Methods in com.im.commons.base that return ThreadContext Modifier and Type Method Description static ThreadContextThreadContext. getCurrent()Gets theThreadContextfor the current thread.Methods in com.im.commons.base with parameters of type ThreadContext Modifier and Type Method Description static voidThreadContext. set(ThreadContext value)
-