Package org.exoplatform.container.component
-
Interface Summary Interface Description ComponentLifecycle ComponentLifecyclePlugin ComponentListener ComponentPlugin ComponentRequestLifecycle ThreadContextHolder Defines a component that holds variables of typeThreadLocalwhose value is required by the component to work normally and cannot be recovered. -
Class Summary Class Description BaseComponentLifecyclePlugin BaseComponentPlugin ExecutionContext Created by The eXo Platform SAS Author : Tuan Nguyen tuan08@users.sourceforge.net Sep 17, 2005ExecutionUnit Created by The eXo Platform SAS Author : Tuan Nguyen tuan08@users.sourceforge.net Sep 17, 2005RequestLifeCycle The request life cycle object allows a client to demarcate the life cycle of the various components associated with containers.ThreadContext This component contains all the variables of typeThreadLocalhold by aThreadContextHolderThis component has not been designed to be thread safe so ensure that you create a new instance each time you use it.ThreadContextHandler This class is used to propagate Thread Local values from one thread to another