|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KernelControllerContext
Information about dependencies and state.
Method Summary | |
---|---|
org.jboss.beans.info.spi.BeanInfo |
getBeanInfo()
Get the BeanInfo |
BeanMetaData |
getBeanMetaData()
Get the metadata |
Kernel |
getKernel()
Get the kernel |
void |
setBeanInfo(org.jboss.beans.info.spi.BeanInfo info)
Set the bean info |
void |
setTarget(Object target)
Set the target |
Methods inherited from interface org.jboss.kernel.spi.registry.KernelRegistryEntry |
---|
setName |
Methods inherited from interface org.jboss.dependency.spi.ControllerContext |
---|
getAliases, getController, getDependencyInfo, getError, getErrorHandlingMode, getMode, getName, getRequiredState, getScopeInfo, getState, getTarget, install, setController, setError, setMode, setRequiredState, setState, uninstall |
Methods inherited from interface org.jboss.util.JBossInterface |
---|
clone, toShortString, toShortString |
Methods inherited from interface org.jboss.dependency.spi.dispatch.LifecycleDispatchContext |
---|
lifecycleInvocation |
Methods inherited from interface org.jboss.dependency.spi.dispatch.InvokeDispatchContext |
---|
getClassLoader, invoke |
Methods inherited from interface org.jboss.dependency.spi.dispatch.AttributeDispatchContext |
---|
get, set |
Method Detail |
---|
Kernel getKernel()
org.jboss.beans.info.spi.BeanInfo getBeanInfo()
void setBeanInfo(org.jboss.beans.info.spi.BeanInfo info)
info
- the bean infoBeanMetaData getBeanMetaData()
void setTarget(Object target)
target
- the target
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |