eXo Kernel :: Container 2.5.0-GA

Uses of Class
org.exoplatform.container.component.ThreadContext

Packages that use ThreadContext
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
 ThreadContext ThreadContextHolder.getThreadContext()
          Gives the value corresponding to the context of the thread
static ThreadContext ThreadContext.merge(List<ThreadContext> contexts)
          Merges all the provided ThreadContext into one
 

Method parameters in org.exoplatform.container.component with type arguments of type ThreadContext
static ThreadContext ThreadContext.merge(List<ThreadContext> contexts)
          Merges all the provided ThreadContext into one
 

Uses of ThreadContext in org.exoplatform.container.context
 

Methods in org.exoplatform.container.context that return ThreadContext
 ThreadContext AbstractContext.getThreadContext()
          Gives the value corresponding to the context of the thread
 ThreadContext ContextManagerImpl.getThreadContext()
          Gives the value corresponding to the context of the thread
 


eXo Kernel :: Container 2.5.0-GA

Copyright © 2014 eXo Platform SAS. All Rights Reserved.