|
eXo Kernel :: Container Multi-Threaded 2.5.0-CR2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ComponentTaskContext | |
|---|---|
| org.exoplatform.container | |
| Uses of ComponentTaskContext in org.exoplatform.container |
|---|
| Methods in org.exoplatform.container that return ComponentTaskContext | |
|---|---|
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 |
| Methods in org.exoplatform.container with parameters of type ComponentTaskContext | |
|---|---|
void |
ConcurrentContainerMT.loadDependencies(Object originalComponentKey,
ComponentTaskContext ctx,
Collection<Dependency> dependencies,
ComponentTaskType type)
|
void |
ConcurrentContainerMT.setComponentTaskContext(ComponentTaskContext ctx)
Set the current context |
|
eXo Kernel :: Container Multi-Threaded 2.5.0-CR2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||