eXo Kernel :: Container Multi-Threaded 2.5.0-CR2

Uses of Class
org.exoplatform.container.Dependency

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

Uses of Dependency in org.exoplatform.container
 

Subclasses of Dependency in org.exoplatform.container
 class DependencyByName
          This defines a dependency by name
 class DependencyByProvider
          This defines a dependency by provider
 class DependencyByQualifier
          This defines a dependency by qualifier
 class DependencyByType
          This defines a dependency by type
 

Methods in org.exoplatform.container that return types with arguments of type Dependency
 Collection<Dependency> ComponentAdapterDependenciesAware.getCreateDependencies()
          Gives the create dependencies of the component
 Collection<Dependency> ComponentAdapterDependenciesAware.getInitDependencies()
          Gives the initialization dependencies of the component
 

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

Method parameters in org.exoplatform.container with type arguments of type Dependency
<T> ComponentTask<T>
ConcurrentContainerMT.createComponentTask(Constructor<T> constructor, InitParams params, List<Dependency> dependencies, DependencyStackListener caller)
           
<T> Object[]
ConcurrentContainerMT.getArguments(Constructor<T> constructor, InitParams params, List<Dependency> dependencies)
           
<T> Constructor<T>
ConcurrentContainerMT.getConstructor(Class<T> clazz, List<Dependency> dependencies)
           
<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
 void ConcurrentContainerMT.loadDependencies(Object originalComponentKey, ComponentTaskContext ctx, Collection<Dependency> dependencies, ComponentTaskType type)
           
 

Uses of Dependency in org.exoplatform.container.jmx
 

Methods in org.exoplatform.container.jmx that return types with arguments of type Dependency
 Collection<Dependency> MX4JComponentAdapterMT.getCreateDependencies()
          Gives the create dependencies of the component
 Collection<Dependency> MX4JComponentAdapterMT.getInitDependencies()
          Gives the initialization dependencies of the component
 

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

Method parameters in org.exoplatform.container.jmx with type arguments of type Dependency
protected  void MX4JComponentAdapterMT.setCreateDependencies(List<Dependency> lDependencies)
           
 


eXo Kernel :: Container Multi-Threaded 2.5.0-CR2

Copyright © 2014 eXo Platform SAS. All Rights Reserved.