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.
- Version:
- $Revision: 1.2 $
- Author:
- Adrian Brock
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jboss.kernel.spi.registry.KernelBus |
invoke |
registry
protected KernelRegistry registry
- The registry
AbstractKernelBus
public AbstractKernelBus()
throws Exception
- Create an abstract kernel bus
- Throws:
Exception
- for any error
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 © 2004 JBoss Inc. All Rights Reserved.