| Package | Description |
|---|---|
| org.exoplatform.container | |
| org.exoplatform.container.jmx |
| Modifier and Type | Class and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Dependency> |
ComponentAdapterDependenciesAware.getCreateDependencies()
Gives the create dependencies of the component
|
Collection<Dependency> |
ComponentAdapterDependenciesAware.getInitDependencies()
Gives the initialization dependencies of the component
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
<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) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Dependency> |
MX4JComponentAdapterMT.getCreateDependencies()
Gives the create dependencies of the component
|
Collection<Dependency> |
MX4JComponentAdapterMT.getInitDependencies()
Gives the initialization dependencies of the component
|
| Modifier and Type | Method and Description |
|---|---|
void |
MX4JComponentAdapterMT.callDependency(ComponentTask<?> task,
Dependency dep)
Used to trigger an action in case we are trying to call a dependency
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
MX4JComponentAdapterMT.setCreateDependencies(List<Dependency> lDependencies) |
Copyright © 2016 eXo Platform SAS. All Rights Reserved.