|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KernelBus | |
org.jboss.kernel | The core Kernel implementation. |
org.jboss.kernel.plugins.bootstrap.basic | Kernel plugins, a basic bootstrap implementation. |
org.jboss.kernel.plugins.config.property | Kernel plugins, a kernel configuration implementation using system properties. |
org.jboss.kernel.plugins.registry | Kernel plugins, an abstract registry implementation. |
org.jboss.kernel.plugins.registry.basic | Kernel plugins, a basic registry implementation. |
org.jboss.kernel.spi.config | Classes used to define configuration plugins. |
Uses of KernelBus in org.jboss.kernel |
Fields in org.jboss.kernel declared as KernelBus | |
protected KernelBus |
Kernel.bus
The kernel bus |
Methods in org.jboss.kernel that return KernelBus | |
KernelBus |
Kernel.getBus()
Get the kernel bus |
Methods in org.jboss.kernel with parameters of type KernelBus | |
void |
Kernel.setBus(KernelBus bus)
Set the kernel bus. |
Uses of KernelBus in org.jboss.kernel.plugins.bootstrap.basic |
Methods in org.jboss.kernel.plugins.bootstrap.basic that return KernelBus | |
protected KernelBus |
BasicKernelInitializer.createKernelBus(Kernel kernel)
Create the kernel bus |
Uses of KernelBus in org.jboss.kernel.plugins.config.property |
Methods in org.jboss.kernel.plugins.config.property that return KernelBus | |
KernelBus |
PropertyKernelConfig.createKernelBus()
|
Uses of KernelBus in org.jboss.kernel.plugins.registry |
Classes in org.jboss.kernel.plugins.registry that implement KernelBus | |
class |
AbstractKernelBus
Abstract Kernel bus. |
Uses of KernelBus in org.jboss.kernel.plugins.registry.basic |
Classes in org.jboss.kernel.plugins.registry.basic that implement KernelBus | |
class |
BasicKernelBus
Basic Kernel bus. |
Uses of KernelBus in org.jboss.kernel.spi.config |
Methods in org.jboss.kernel.spi.config that return KernelBus | |
KernelBus |
KernelConfig.createKernelBus()
Create a kernel bus |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |