|
eXo Kernel :: Container Multi-Threaded 2.5.0-CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ComponentAdapterDependenciesAware<T>
This defines a kind of ComponentAdapter that is aware of its dependencies
| Method Summary | |
|---|---|
Collection<Dependency> |
getCreateDependencies()
Gives the create dependencies of the component |
Collection<Dependency> |
getInitDependencies()
Gives the initialization dependencies of the component |
| Methods inherited from interface org.exoplatform.container.spi.ComponentAdapter |
|---|
getComponentImplementation, getComponentInstance, getComponentKey, isSingleton |
| Method Detail |
|---|
Collection<Dependency> getCreateDependencies()
Collection of Dependency objects representing the
dependencies of the component for the creation phaseCollection<Dependency> getInitDependencies()
Collection of Dependency objects representing the
dependencies of the component for the initialization phase
|
eXo Kernel :: Container Multi-Threaded 2.5.0-CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||