| Package | Description |
|---|---|
| org.exoplatform.container |
| Modifier and Type | Method and Description |
|---|---|
ComponentTaskContext |
ComponentTaskContext.addToContext(Object componentKey)
This method will call
addToContext(Object, ComponentTaskType) with the lastTaskType as type |
ComponentTaskContext |
ComponentTaskContext.addToContext(Object componentKey,
ComponentTaskType type)
Creates a new
ComponentTaskContext based on the given dependency and the
already registered ones. |
ComponentTaskContext |
ConcurrentContainerMT.getComponentTaskContext()
Gives the current context
|
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
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConcurrentContainerMT.loadDependencies(Object originalComponentKey,
ComponentTaskContext ctx,
Collection<Dependency> dependencies,
ComponentTaskType type) |
void |
ConcurrentContainerMT.setComponentTaskContext(ComponentTaskContext ctx)
Set the current context
|
Copyright © 2015 eXo Platform SAS. All Rights Reserved.