org.jboss.kernel.plugins.registry
Class AbstractKernelBus
java.lang.Object
org.jboss.kernel.plugins.event.AbstractEventEmitter
org.jboss.kernel.plugins.AbstractKernelObject
org.jboss.kernel.plugins.registry.AbstractKernelBus
- All Implemented Interfaces:
- KernelEventEmitter, KernelObject, KernelBus
- Direct Known Subclasses:
- BasicKernelBus
public abstract class AbstractKernelBus
- extends AbstractKernelObject
- implements KernelBus
Abstract Kernel bus.
- Author:
- Adrian Brock, Ales Justin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
controller
protected KernelController controller
- The controller
AbstractKernelBus
public AbstractKernelBus()
setKernel
public void setKernel(Kernel kernel)
throws Throwable
- Description copied from interface:
KernelObject
- Set the kernel.
- Specified by:
setKernel in interface KernelObject- Overrides:
setKernel in class AbstractKernelObject
- Parameters:
kernel - the kernel
- Throws:
Throwable - for any error
SecurityException - if the you don't have KernelPermission('configure')
Copyright ? 2007 JBoss Inc.. All Rights Reserved.