|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.kernel.plugins.event.AbstractEventEmitter
org.jboss.kernel.plugins.AbstractKernelObject
org.jboss.kernel.plugins.bootstrap.AbstractBootstrap
Abstract Bootstrap of the kernel.
Field Summary | |
protected KernelConfig |
config
The kernel configuration |
protected Kernel |
kernel
The kernel created by the bootstrap implementation during the bootstrap process. |
Fields inherited from class org.jboss.kernel.plugins.AbstractKernelObject |
log |
Fields inherited from class org.jboss.kernel.plugins.event.AbstractEventEmitter |
eventListenerRegistry, NULL |
Constructor Summary | |
AbstractBootstrap()
Create a new abstract bootstrap |
Method Summary | |
protected void |
bootstrap()
Bootstrap the kernel |
KernelConfig |
getConfig()
Get the kernel configuration |
Kernel |
getKernel()
Returns the Kernel object created during the bootstrap process. |
void |
run()
|
void |
setConfig(KernelConfig config)
Set the kernel configuration |
Methods inherited from class org.jboss.kernel.plugins.AbstractKernelObject |
setKernel |
Methods inherited from class org.jboss.kernel.plugins.event.AbstractEventEmitter |
createEvent, fireKernelEvent, fireKernelEvent, hasListeners, nextEmitterSequence, registerListener, unregisterListener |
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.event.KernelEventEmitter |
fireKernelEvent, registerListener, unregisterListener |
Field Detail |
protected KernelConfig config
protected Kernel kernel
Constructor Detail |
public AbstractBootstrap() throws Exception
Exception
- for any errorMethod Detail |
public KernelConfig getConfig()
public void setConfig(KernelConfig config)
config
- the kernel configurationpublic Kernel getKernel()
getKernel
in interface KernelObject
getKernel
in class AbstractKernelObject
public void run()
run
in interface Runnable
protected void bootstrap() throws Throwable
Throwable
- for any error
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |