| Package | Description |
|---|---|
| org.exoplatform.container |
| Modifier and Type | Method and Description |
|---|---|
ComponentTaskType |
CyclicDependencyException.getTaskType() |
ComponentTaskType |
ComponentTaskContextEntry.getTaskType() |
ComponentTaskType |
ComponentTask.getType() |
static ComponentTaskType |
ComponentTaskType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComponentTaskType[] |
ComponentTaskType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ComponentTaskContext |
ComponentTaskContext.addToContext(Object componentKey,
ComponentTaskType type)
Creates a new
ComponentTaskContext based on the given dependency and the
already registered ones. |
void |
ComponentTaskContext.checkDependency(Object componentKey,
ComponentTaskType type)
Checks if the given dependency has already been defined, if so a
CyclicDependencyException
will be thrown. |
void |
ConcurrentContainerMT.loadDependencies(Object originalComponentKey,
ComponentTaskContext ctx,
Collection<Dependency> dependencies,
ComponentTaskType type) |
ComponentTaskContext |
ComponentTaskContext.resetDependencies(Object key,
ComponentTaskType type)
Resets the dependencies but keeps the current dependency resolution context.
|
ComponentTaskContext |
ComponentTaskContext.setLastTaskType(ComponentTaskType lastTaskType)
Defines explicitly the last task type known
|
| 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
|
ComponentTaskContext(Object componentKey,
ComponentTaskType type)
Default constructor
|
ComponentTaskContextEntry(Object componentKey,
ComponentTaskType type)
Default constructor
|
Copyright © 2018 eXo Platform SAS. All Rights Reserved.