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:
- KernelBus, KernelEventEmitter, KernelObject
- Direct Known Subclasses:
- BasicKernelBus
- public abstract class AbstractKernelBus
- extends AbstractKernelObject
- implements KernelBus
Abstract Kernel bus.
- Version:
- $Revision: 1.1 $
- 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
- Throws:
Throwable
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.