Uses of Class
org.exoplatform.container.Dependency
Packages that use Dependency
-
Uses of Dependency in org.exoplatform.container
Subclasses of Dependency in org.exoplatform.containerModifier and TypeClassDescriptionclassThis defines a dependency by nameclassThis defines a dependency by providerclassThis defines a dependency by qualifierclassThis defines a dependency by typeMethods in org.exoplatform.container that return types with arguments of type DependencyModifier and TypeMethodDescriptionComponentAdapterDependenciesAware.getCreateDependencies()Gives the create dependencies of the componentComponentAdapterDependenciesAware.getInitDependencies()Gives the initialization dependencies of the componentMethods in org.exoplatform.container with parameters of type DependencyModifier and TypeMethodDescriptionbooleanDependencyStack.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 DependencyModifier and TypeMethodDescription<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 DependencyModifier and TypeMethodDescriptionMX4JComponentAdapterMT.getCreateDependencies()Gives the create dependencies of the componentMX4JComponentAdapterMT.getInitDependencies()Gives the initialization dependencies of the componentMethods in org.exoplatform.container.jmx with parameters of type DependencyModifier and TypeMethodDescriptionvoidMX4JComponentAdapterMT.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 DependencyModifier and TypeMethodDescriptionprotected voidMX4JComponentAdapterMT.setCreateDependencies(List<Dependency> lDependencies)