|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KernelController
A controller.
The controller is the core component for keeping track of beans to make sure the configuration and lifecycle are done in the correct order including dependencies and classloading considerations.
Method Summary | |
---|---|
void |
addSupplies(KernelControllerContext context)
Add supplies |
KernelControllerContext |
install(BeanMetaData metaData)
Install a context |
void |
removeSupplies(KernelControllerContext context)
Remove supplies |
Methods inherited from interface org.jboss.kernel.spi.KernelObject |
---|
getKernel, setKernel |
Methods inherited from interface org.jboss.kernel.spi.event.KernelEventEmitter |
---|
fireKernelEvent, registerListener, unregisterListener |
Methods inherited from interface org.jboss.dependency.spi.Controller |
---|
addState, change, enableOnDemand, getContext, getInstalledContext, getNotInstalled, getStates, install, uninstall |
Methods inherited from interface org.jboss.util.JBossInterface |
---|
clone, toShortString, toShortString |
Method Detail |
---|
KernelControllerContext install(BeanMetaData metaData) throws Throwable
metaData
- the metaData
Throwable
- for any errorvoid addSupplies(KernelControllerContext context)
context
- the contextvoid removeSupplies(KernelControllerContext context)
context
- the context
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |