|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.kernel.Kernel
public class Kernel
The kernel.
The kernel is the entry point into the kernel services.
Field Summary | |
---|---|
static KernelPermission |
ACCESS
The permission required to access the kernel |
protected KernelBus |
bus
The kernel bus |
protected KernelConfig |
config
The kernel config |
protected KernelConfigurator |
configurator
The kernel configurator |
static KernelPermission |
CONFIGURE
The permission required to configure the kernel |
protected KernelController |
controller
The kernel controller |
protected KernelEventManager |
eventManager
The kernel event manager |
protected KernelMetaDataRepository |
metaDataRepository
The kernel meta data repository |
protected KernelRegistry |
registry
The kernel registry |
protected KernelBeanValidator |
validator
The kernel bean validator |
Constructor Summary | |
---|---|
Kernel()
|
Method Summary | |
---|---|
static void |
checkAccess()
Check whether we can access the kernel |
static void |
checkConfigure()
Check whether we can configure the kernel |
KernelBus |
getBus()
Get the kernel bus |
KernelConfig |
getConfig()
Get the kernel config |
KernelConfigurator |
getConfigurator()
Get the kernel configurator |
KernelController |
getController()
Get the kernel controller |
KernelEventManager |
getEventManager()
Get the event manager |
KernelMetaDataRepository |
getMetaDataRepository()
Get the Meta Data Repository. |
KernelRegistry |
getRegistry()
Get the kernel registry |
KernelBeanValidator |
getValidator()
Get the kernel bean validator. |
void |
setBus(KernelBus bus)
Set the kernel bus. |
void |
setConfig(KernelConfig config)
Set the kernel config. |
void |
setConfigurator(KernelConfigurator configurator)
Set the kernel configurator. |
void |
setController(KernelController controller)
Set the kernel controller. |
void |
setEventManager(KernelEventManager eventManager)
Set the event manager. |
void |
setMetaDataRepository(KernelMetaDataRepository metaDataRepository)
Set the meta data repository. |
void |
setRegistry(KernelRegistry registry)
Set the kernel registry. |
void |
setValidator(KernelBeanValidator validator)
Set the bean validator. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final KernelPermission ACCESS
public static final KernelPermission CONFIGURE
protected KernelBus bus
protected KernelConfig config
protected KernelConfigurator configurator
protected KernelController controller
protected KernelEventManager eventManager
protected KernelMetaDataRepository metaDataRepository
protected KernelRegistry registry
protected KernelBeanValidator validator
Constructor Detail |
---|
public Kernel()
Method Detail |
---|
public static void checkAccess()
SecurityException
- if the you don't have KernelPermission('access')public static void checkConfigure()
SecurityException
- if the you don't have KernelPermission('configure')public KernelBus getBus()
SecurityException
- if the you don't have KernelPermission('access')public void setBus(KernelBus bus)
bus
- the kernel bus
SecurityException
- if the you don't have KernelPermission('configure')public KernelConfig getConfig()
SecurityException
- if the you don't have KernelPermission('access')public void setConfig(KernelConfig config)
config
- the kernel config
SecurityException
- if the you don't have KernelPermission('configure')public KernelConfigurator getConfigurator()
SecurityException
- if the you don't have KernelPermission('access')public void setConfigurator(KernelConfigurator configurator)
configurator
- the kernel configurator
SecurityException
- if the you don't have KernelPermission('configure')public KernelController getController()
SecurityException
- if the you don't have KernelPermission('access')public void setController(KernelController controller)
controller
- the kernel controller
SecurityException
- if the you don't have KernelPermission('configure')public KernelEventManager getEventManager()
SecurityException
- if the you don't have KernelPermission('access')public void setEventManager(KernelEventManager eventManager)
eventManager
- the event manager
SecurityException
- if the you don't have KernelPermission('configure')public KernelRegistry getRegistry()
SecurityException
- if the you don't have KernelPermission('access')public void setRegistry(KernelRegistry registry)
registry
- the kernel registry
SecurityException
- if the you don't have KernelPermission('configure')public KernelMetaDataRepository getMetaDataRepository()
SecurityException
- if the you don't have KernelPermission('access')public void setMetaDataRepository(KernelMetaDataRepository metaDataRepository)
metaDataRepository
- the meta data repository.
SecurityException
- if the you don't have KernelPermission('configure')public KernelBeanValidator getValidator()
SecurityException
- if the you don't have KernelPermission('access')public void setValidator(KernelBeanValidator validator)
validator
- the bean validator.
SecurityException
- if the you don't have KernelPermission('configure')
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |