| Package | Description |
|---|---|
| org.exoplatform.container | |
| org.exoplatform.container.jmx |
| Modifier and Type | Method and Description |
|---|---|
<T> ComponentTask<T> |
ConcurrentContainerMT.createComponentTask(Constructor<T> constructor,
InitParams params,
List<Dependency> dependencies,
DependencyStackListener caller) |
| Modifier and Type | Method and Description |
|---|---|
void |
DependencyStackListener.callDependency(ComponentTask<?> task,
Dependency dep)
Used to trigger an action in case we are trying to call a dependency
|
protected <T> T |
ConcurrentContainerMT.execute(ComponentTask<T> task,
ConcurrentContainer.CreationalContextComponentAdapter<?> cCtx) |
| Modifier and Type | Method and Description |
|---|---|
<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 |
| Constructor and Description |
|---|
DependencyStack(ComponentTask<?> task) |
| Modifier and Type | Method and Description |
|---|---|
protected ComponentTask<T> |
MX4JComponentAdapterMT.getCreateTask() |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<ComponentTask<Void>> |
MX4JComponentAdapterMT.getInitTasks() |
| 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
|
Copyright © 2018 eXo Platform SAS. All Rights Reserved.