eXo Kernel :: Container Multi-Threaded 2.5.0-CR2

Uses of Class
org.exoplatform.container.ComponentTask

Packages that use ComponentTask
org.exoplatform.container   
org.exoplatform.container.jmx   
 

Uses of ComponentTask in org.exoplatform.container
 

Methods in org.exoplatform.container that return ComponentTask
<T> ComponentTask<T>
ConcurrentContainerMT.createComponentTask(Constructor<T> constructor, InitParams params, List<Dependency> dependencies, DependencyStackListener caller)
           
 

Methods in org.exoplatform.container with parameters of type ComponentTask
 void DependencyStackListener.callDependency(ComponentTask<?> task, Dependency dep)
          Used to trigger an action in case we are trying to call a dependency
protected
<T> T
ConcurrentContainerMT.execute(ComponentTask<T> task, ConcurrentContainer.CreationalContextComponentAdapter<?> cCtx)
           
 

Method parameters in org.exoplatform.container with type arguments of type ComponentTask
<T> boolean
ConcurrentContainerMT.initializeComponent(Class<T> targetClass, List<Dependency> dependencies, List<ComponentTask<Void>> componentInitTasks, DependencyStackListener caller)
          Initializes the instance by injecting objects into fields and the methods with the annotation Inject
 

Constructors in org.exoplatform.container with parameters of type ComponentTask
DependencyStack(ComponentTask<?> task)
           
 

Uses of ComponentTask in org.exoplatform.container.jmx
 

Methods in org.exoplatform.container.jmx that return ComponentTask
protected  ComponentTask<T> MX4JComponentAdapterMT.getCreateTask()
          
 

Methods in org.exoplatform.container.jmx that return types with arguments of type ComponentTask
protected  Collection<ComponentTask<Void>> MX4JComponentAdapterMT.getInitTasks()
          
 

Methods in org.exoplatform.container.jmx with parameters of type ComponentTask
 void MX4JComponentAdapterMT.callDependency(ComponentTask<?> task, Dependency dep)
          Used to trigger an action in case we are trying to call a dependency
 


eXo Kernel :: Container Multi-Threaded 2.5.0-CR2

Copyright © 2014 eXo Platform SAS. All Rights Reserved.