|
eXo Kernel :: Container Multi-Threaded 2.5.0-CR2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
ConcurrentContainerMT.createComponentTask(Constructor<T> constructor,
InitParams params,
List<Dependency> dependencies,
DependencyStackListener caller)
|
|
|
ConcurrentContainerMT.getArguments(Constructor<T> constructor,
InitParams params,
List<Dependency> dependencies)
|
|
|
ConcurrentContainerMT.getConstructor(Class<T> clazz,
List<Dependency> dependencies)
|
|
|
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 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||