|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KernelInitializer | |
org.jboss.kernel | The core Kernel implementation. |
org.jboss.kernel.plugins.bootstrap | Kernel plugins, an abstract bootstrap implementation. |
org.jboss.kernel.plugins.bootstrap.basic | Kernel plugins, a basic bootstrap implementation. |
org.jboss.kernel.plugins.config.property | Kernel plugins, a kernel configuration implementation using system properties. |
org.jboss.kernel.spi.config | Classes used to define configuration plugins. |
Uses of KernelInitializer in org.jboss.kernel |
Methods in org.jboss.kernel that return KernelInitializer | |
protected KernelInitializer |
KernelFactory.createKernelInitializer(KernelConfig config)
Constructs a KernelInitializer based on the
specified KernelConfig parameter. |
Methods in org.jboss.kernel with parameters of type KernelInitializer | |
protected void |
KernelFactory.initializeKernel(Kernel kernel,
KernelInitializer initializer)
Initializes the specified Kernel according to the specified KernelInitializer parameter. |
Uses of KernelInitializer in org.jboss.kernel.plugins.bootstrap |
Classes in org.jboss.kernel.plugins.bootstrap that implement KernelInitializer | |
class |
AbstractKernelInitializer
Abstract kernel factory. |
Uses of KernelInitializer in org.jboss.kernel.plugins.bootstrap.basic |
Classes in org.jboss.kernel.plugins.bootstrap.basic that implement KernelInitializer | |
class |
BasicKernelInitializer
Bootstrap the kernel. |
Uses of KernelInitializer in org.jboss.kernel.plugins.config.property |
Methods in org.jboss.kernel.plugins.config.property that return KernelInitializer | |
KernelInitializer |
PropertyKernelConfig.createKernelInitializer()
|
Uses of KernelInitializer in org.jboss.kernel.spi.config |
Methods in org.jboss.kernel.spi.config that return KernelInitializer | |
KernelInitializer |
KernelConfig.createKernelInitializer()
Create a kernel initializer |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |