Uses of Class
org.exoplatform.container.component.ThreadContext
-
Packages that use ThreadContext Package Description org.exoplatform.container.component org.exoplatform.container.context This package contains all the classes that are related to the Scope Management -
-
Uses of ThreadContext in org.exoplatform.container.component
Methods in org.exoplatform.container.component that return ThreadContext Modifier and Type Method Description ThreadContextThreadContextHolder. getThreadContext()Gives the value corresponding to the context of the threadstatic ThreadContextThreadContext. merge(List<ThreadContext> contexts)Merges all the providedThreadContextinto oneMethod parameters in org.exoplatform.container.component with type arguments of type ThreadContext Modifier and Type Method Description static ThreadContextThreadContext. merge(List<ThreadContext> contexts)Merges all the providedThreadContextinto one -
Uses of ThreadContext in org.exoplatform.container.context
Methods in org.exoplatform.container.context that return ThreadContext Modifier and Type Method Description ThreadContextAbstractContext. getThreadContext()Gives the value corresponding to the context of the threadThreadContextContextManagerImpl. getThreadContext()Gives the value corresponding to the context of the thread
-