Uses of Class
org.jboss.kernel.Kernel

Packages that use Kernel
org.jboss.kernel The core Kernel implementation. 
org.jboss.kernel.plugins Kernel plugins, an abstract 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 Kernel plugins, an abstract configuration implementation. 
org.jboss.kernel.plugins.dependency Kernel plugins, an abstract dependency implementation. 
org.jboss.kernel.plugins.deployment Kernel plugins, an abstract deployment implementation. 
org.jboss.kernel.plugins.deployment.xml Kernel plugins, an xml deployment implementation. 
org.jboss.kernel.plugins.event Kernel plugins, an abstract event implementation. 
org.jboss.kernel.plugins.registry Kernel plugins, an abstract registry implementation. 
org.jboss.kernel.spi Classes used to define kernel plugins. 
org.jboss.kernel.spi.bootstrap Classes used to define bootstrap plugins. 
org.jboss.kernel.spi.dependency Classes used to define dependency plugins. 
org.jboss.test.kernel.junit   
 

Uses of Kernel in org.jboss.kernel
 

Methods in org.jboss.kernel that return Kernel
protected  Kernel KernelFactory.assembleNewKernel(KernelConfig cfg)
          Instantiates, configures, and initializes a new Kernel instance according to the specified KernelConfig parameter.
protected  Kernel KernelFactory.createKernel()
          Constructs and returns a new, unconfigured, uninitialized Kernel instance.
static Kernel KernelFactory.newInstance(KernelConfig cfg)
          Returns a new instance of a Kernel based on the specified KernelConfig parameter.
 

Methods in org.jboss.kernel with parameters of type Kernel
protected  void KernelFactory.configureKernel(Kernel kernel, KernelConfig cfg)
          Configures the specified Kernel according to the specified KernelConfig parameter.
protected  void KernelFactory.initializeKernel(Kernel kernel, KernelInitializer initializer)
          Initializes the specified Kernel according to the specified KernelInitializer parameter.
 

Uses of Kernel in org.jboss.kernel.plugins
 

Fields in org.jboss.kernel.plugins declared as Kernel
protected  Kernel AbstractKernelObject.kernel
          The kernel
 

Methods in org.jboss.kernel.plugins that return Kernel
 Kernel AbstractKernelObject.getKernel()
           
 

Methods in org.jboss.kernel.plugins with parameters of type Kernel
 void AbstractKernelObject.setKernel(Kernel kernel)
           
 

Uses of Kernel in org.jboss.kernel.plugins.bootstrap
 

Fields in org.jboss.kernel.plugins.bootstrap declared as Kernel
protected  Kernel AbstractBootstrap.kernel
          The kernel created by the bootstrap implementation during the bootstrap process.
 

Methods in org.jboss.kernel.plugins.bootstrap that return Kernel
 Kernel AbstractBootstrap.getKernel()
          Returns the Kernel object created during the bootstrap process.
 

Uses of Kernel in org.jboss.kernel.plugins.bootstrap.basic
 

Methods in org.jboss.kernel.plugins.bootstrap.basic with parameters of type Kernel
protected  KernelBus BasicKernelInitializer.createKernelBus(Kernel kernel)
          Create the kernel bus
protected  KernelConfigurator BasicKernelInitializer.createKernelConfigurator(Kernel kernel)
          Create the configurator
protected  KernelController BasicKernelInitializer.createKernelController(Kernel kernel)
          Create the kernel controller
protected  KernelEventManager BasicKernelInitializer.createKernelEventManager(Kernel kernel)
          Create the kernel event manager
protected  KernelRegistry BasicKernelInitializer.createKernelRegistry(Kernel kernel)
          Create the kernel registry
protected  KernelRegistryEntry BasicKernelInitializer.createKernelRegistryEntry(Kernel kernel, Object object)
          Create a kernel registry entry
 void BasicKernelInitializer.initKernel(Kernel kernel)
           
protected  void BasicKernelInitializer.register(Kernel kernel, Object name, Object object)
          Register an object
protected  void BasicKernelInitializer.register(Kernel kernel, String name, Object object)
          Register an object
 

Uses of Kernel in org.jboss.kernel.plugins.config
 

Methods in org.jboss.kernel.plugins.config with parameters of type Kernel
 void AbstractKernelConfigurator.setKernel(Kernel kernel)
           
 

Uses of Kernel in org.jboss.kernel.plugins.dependency
 

Fields in org.jboss.kernel.plugins.dependency declared as Kernel
protected  Kernel AbstractKernelController.kernel
          The kernel
 

Methods in org.jboss.kernel.plugins.dependency that return Kernel
 Kernel AbstractKernelControllerContext.getKernel()
           
 Kernel AbstractKernelController.getKernel()
           
 

Methods in org.jboss.kernel.plugins.dependency with parameters of type Kernel
 void AbstractKernelController.setKernel(Kernel kernel)
           
 

Uses of Kernel in org.jboss.kernel.plugins.deployment
 

Fields in org.jboss.kernel.plugins.deployment declared as Kernel
protected  Kernel AbstractKernelDeployer.kernel
          The kernel
 

Constructors in org.jboss.kernel.plugins.deployment with parameters of type Kernel
AbstractKernelDeployer(Kernel kernel)
          Create a new kernel deployer
AbstractKernelDeployer(Kernel kernel, ControllerState requiredState, ControllerMode mode)
          Create a new kernel deployer
 

Uses of Kernel in org.jboss.kernel.plugins.deployment.xml
 

Constructors in org.jboss.kernel.plugins.deployment.xml with parameters of type Kernel
BeanXMLDeployer(Kernel kernel)
          Create a new XML kernel deployer
 

Uses of Kernel in org.jboss.kernel.plugins.event
 

Methods in org.jboss.kernel.plugins.event with parameters of type Kernel
 void AbstractEventManager.setKernel(Kernel kernel)
           
 

Uses of Kernel in org.jboss.kernel.plugins.registry
 

Methods in org.jboss.kernel.plugins.registry with parameters of type Kernel
 void AbstractKernelBus.setKernel(Kernel kernel)
           
 

Uses of Kernel in org.jboss.kernel.spi
 

Methods in org.jboss.kernel.spi that return Kernel
 Kernel KernelObject.getKernel()
          Get the kernel
 

Methods in org.jboss.kernel.spi with parameters of type Kernel
 void KernelObject.setKernel(Kernel kernel)
          Set the kernel.
 

Uses of Kernel in org.jboss.kernel.spi.bootstrap
 

Methods in org.jboss.kernel.spi.bootstrap with parameters of type Kernel
 void KernelInitializer.initKernel(Kernel kernel)
          Initialise a kernel
 

Uses of Kernel in org.jboss.kernel.spi.dependency
 

Methods in org.jboss.kernel.spi.dependency that return Kernel
 Kernel KernelControllerContext.getKernel()
          Get the kernel
 

Uses of Kernel in org.jboss.test.kernel.junit
 

Fields in org.jboss.test.kernel.junit declared as Kernel
protected  Kernel MicrocontainerTestDelegate.kernel
          The kernel
 



Copyright © 2004 JBoss Inc. All Rights Reserved.