eXo Kernel :: Container 2.5.0-GA

Uses of Interface
org.exoplatform.container.component.ThreadContextHolder

Packages that use ThreadContextHolder
org.exoplatform.container.context This package contains all the classes that are related to the Scope Management 
 

Uses of ThreadContextHolder in org.exoplatform.container.context
 

Classes in org.exoplatform.container.context that implement ThreadContextHolder
 class AbstractContext<K>
          This is the root class of all the implementations of an AdvancedContext
 class ContextManagerImpl
          The basic implementation of a ContextManager based on a ConcurrentHashMap that is filled thanks to a component plugins.
 class RequestContext
          The context that represents the request scope.
 class SessionContext
          The context that represents the SessionScoped.
 class SharedContext<K>
          This is the root class of all the shared contexts, it relies on a ConcurrentMap
 class UnSharedContext<K>
          This is the root class of all the unshared contexts, it relies on a thread local
 


eXo Kernel :: Container 2.5.0-GA

Copyright © 2014 eXo Platform SAS. All Rights Reserved.