|
eXo Kernel :: Container Multi-Threaded 2.5.0-CR2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ComponentTaskType | |
|---|---|
| org.exoplatform.container | |
| Uses of ComponentTaskType in org.exoplatform.container |
|---|
| Methods in org.exoplatform.container that return ComponentTaskType | |
|---|---|
ComponentTaskType |
ComponentTaskContextEntry.getTaskType()
|
ComponentTaskType |
CyclicDependencyException.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. |
| Methods in org.exoplatform.container with parameters of type ComponentTaskType | |
|---|---|
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 |
| Constructors in org.exoplatform.container with parameters of type ComponentTaskType | |
|---|---|
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 |
|
|
eXo Kernel :: Container Multi-Threaded 2.5.0-CR2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||