Uses of Class
org.exoplatform.container.ComponentTask
Packages that use ComponentTask
-
Uses of ComponentTask in org.exoplatform.container
Methods in org.exoplatform.container that return ComponentTaskModifier and TypeMethodDescription<T> ComponentTask<T> ConcurrentContainerMT.createComponentTask(Constructor<T> constructor, org.exoplatform.container.xml.InitParams params, List<Dependency> dependencies, DependencyStackListener caller) Methods in org.exoplatform.container with parameters of type ComponentTaskModifier and TypeMethodDescriptionvoidDependencyStackListener.callDependency(ComponentTask<?> task, Dependency dep) Used to trigger an action in case we are trying to call a dependencyprotected <T> TConcurrentContainerMT.execute(ComponentTask<T> task, org.exoplatform.container.ConcurrentContainer.CreationalContextComponentAdapter<?> cCtx) Constructors in org.exoplatform.container with parameters of type ComponentTask -
Uses of ComponentTask in org.exoplatform.container.jmx
Methods in org.exoplatform.container.jmx that return ComponentTaskModifier and TypeMethodDescriptionprotected ComponentTask<T> MX4JComponentAdapterMT.getCreateTask()Methods in org.exoplatform.container.jmx that return types with arguments of type ComponentTaskModifier and TypeMethodDescriptionprotected Collection<ComponentTask<Void>> MX4JComponentAdapterMT.getInitTasks()Methods in org.exoplatform.container.jmx with parameters of type ComponentTaskModifier and TypeMethodDescriptionvoidMX4JComponentAdapterMT.callDependency(ComponentTask<?> task, Dependency dep) Used to trigger an action in case we are trying to call a dependency