|
||||||||||
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 KernelRegistry |
registry
The kernel registry |
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 |
KernelRegistry |
getRegistry()
Get the kernel registry |
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 |
setRegistry(KernelRegistry registry)
Set the kernel registry. |
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 KernelRegistry registry
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')
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |