org.jboss.kernel.plugins.bootstrap
Class AbstractKernelInitializer
java.lang.Object
org.jboss.kernel.plugins.bootstrap.AbstractKernelInitializer
- All Implemented Interfaces:
- KernelInitializer
- Direct Known Subclasses:
- BasicKernelInitializer
public abstract class AbstractKernelInitializer
- extends Object
- implements KernelInitializer
Abstract kernel factory.
- Version:
- $Revision: 37459 $
- Author:
- Adrian Brock
Field Summary |
protected org.jboss.logging.Logger |
log
The log |
protected boolean |
trace
Whether trace is enabled |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected org.jboss.logging.Logger log
- The log
trace
protected boolean trace
- Whether trace is enabled
AbstractKernelInitializer
public AbstractKernelInitializer()
throws Exception
- Create a new abstract kernel factory
- Throws:
Exception
- for any error
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.