Uses of Class
org.exoplatform.container.Dependency
-
Packages that use Dependency Package Description org.exoplatform.container org.exoplatform.container.jmx -
-
Uses of Dependency in org.exoplatform.container
Subclasses of Dependency in org.exoplatform.container Modifier and Type Class Description classDependencyByNameThis defines a dependency by nameclassDependencyByProviderThis defines a dependency by providerclassDependencyByQualifierThis defines a dependency by qualifierclassDependencyByTypeThis defines a dependency by typeMethods in org.exoplatform.container that return types with arguments of type Dependency Modifier and Type Method Description Collection<Dependency>ComponentAdapterDependenciesAware. getCreateDependencies()Gives the create dependencies of the componentCollection<Dependency>ComponentAdapterDependenciesAware. getInitDependencies()Gives the initialization dependencies of the componentMethods in org.exoplatform.container with parameters of type Dependency Modifier and Type Method Description booleanDependencyStack. add(Dependency dep)voidDependencyStackListener. callDependency(ComponentTask<?> task, Dependency dep)Used to trigger an action in case we are trying to call a dependencyMethod parameters in org.exoplatform.container with type arguments of type Dependency Modifier and Type Method Description <T> ComponentTask<T>ConcurrentContainerMT. createComponentTask(Constructor<T> constructor, org.exoplatform.container.xml.InitParams params, List<Dependency> dependencies, DependencyStackListener caller)<T> Object[]ConcurrentContainerMT. getArguments(Constructor<T> constructor, org.exoplatform.container.xml.InitParams params, List<Dependency> dependencies)<T> Constructor<T>ConcurrentContainerMT. getConstructor(Class<T> clazz, List<Dependency> dependencies)<T> booleanConcurrentContainerMT. 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 annotationInjectvoidConcurrentContainerMT. 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 Modifier and Type Method Description Collection<Dependency>MX4JComponentAdapterMT. getCreateDependencies()Gives the create dependencies of the componentCollection<Dependency>MX4JComponentAdapterMT. getInitDependencies()Gives the initialization dependencies of the componentMethods in org.exoplatform.container.jmx with parameters of type Dependency Modifier and Type Method Description voidMX4JComponentAdapterMT. callDependency(ComponentTask<?> task, Dependency dep)Used to trigger an action in case we are trying to call a dependencyMethod parameters in org.exoplatform.container.jmx with type arguments of type Dependency Modifier and Type Method Description protected voidMX4JComponentAdapterMT. setCreateDependencies(List<Dependency> lDependencies)
-