| Package | Description |
|---|---|
| org.exoplatform.container | |
| org.exoplatform.container.jmx | |
| org.exoplatform.container.management |
| Modifier and Type | Method and Description |
|---|---|
DependencyStackListener |
ComponentTask.getCaller() |
| Modifier and Type | Method and Description |
|---|---|
<T> ComponentTask<T> |
ConcurrentContainerMT.createComponentTask(Constructor<T> constructor,
InitParams params,
List<Dependency> dependencies,
DependencyStackListener caller) |
<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 |
|---|
ComponentTask(ConcurrentContainerMT container,
DependencyStackListener caller,
ComponentTaskType type)
The main constructor of a task
|
ComponentTask(String name,
ConcurrentContainerMT container,
DependencyStackListener caller,
ComponentTaskType type)
The main constructor of a task
|
| Modifier and Type | Class and Description |
|---|---|
class |
MX4JComponentAdapterMT<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
ManageableComponentAdapterMT<T> |
Copyright © 2019 eXo Platform SAS. All Rights Reserved.