Uses of Class
org.jboss.kernel.Kernel

Packages that use Kernel
org.jboss.aop.microcontainer.lazy   
org.jboss.beans.metadata.plugins.policy   
org.jboss.guice.plugins   
org.jboss.guice.spi   
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.lazy   
org.jboss.kernel.plugins.registry Kernel plugins, an abstract registry implementation. 
org.jboss.kernel.plugins.util   
org.jboss.kernel.plugins.validation   
org.jboss.kernel.plugins.validation.basic   
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.kernel.spi.dependency.helpers   
org.jboss.kernel.spi.lazy   
org.jboss.test.kernel.junit   
 

Uses of Kernel in org.jboss.aop.microcontainer.lazy
 

Methods in org.jboss.aop.microcontainer.lazy with parameters of type Kernel
 Object JBossAOPLazyInitializer.initializeProxy(Kernel kernel, String bean, boolean exposeClass, Set<String> interfaces)
           
 Object JBossAOPLazyInitializer.initializeProxy(Kernel kernel, String bean, boolean exposeClass, Set<String> interfaces, org.jboss.metadata.spi.MetaData metaData)
           
 

Uses of Kernel in org.jboss.beans.metadata.plugins.policy
 

Methods in org.jboss.beans.metadata.plugins.policy with parameters of type Kernel
 void MetaDataRepositoryInstaller.setKernel(Kernel kernel)
           
 

Uses of Kernel in org.jboss.guice.plugins
 

Methods in org.jboss.guice.plugins with parameters of type Kernel
static com.google.inject.Injector GuiceInjectorFactory.createInjector(Kernel kernel, GuiceObject... guiceObjects)
          Create injector.
 Object GuiceObject.createObject(Kernel kernel, com.google.inject.Binder binder)
          Create new MC-Guice object.
 

Constructors in org.jboss.guice.plugins with parameters of type Kernel
GuiceBinder(Kernel kernel, com.google.inject.Binder binder)
           
GuiceListener(Kernel kernel, com.google.inject.Binder binder)
           
 

Uses of Kernel in org.jboss.guice.spi
 

Constructors in org.jboss.guice.spi with parameters of type Kernel
GuiceIntegration(Kernel kernel, com.google.inject.Binder binder)
           
 

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
 

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  KernelBeanValidator BasicKernelInitializer.createKernelBeanValidator(Kernel kernel)
          Create the bean validator
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  KernelMetaDataRepository BasicKernelInitializer.createKernelMetaDataRepository(Kernel kernel)
          Create the meta data repository
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
protected  Kernel ScopedKernelController.parentKernel
           
 

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)
           
 

Constructors in org.jboss.kernel.plugins.dependency with parameters of type Kernel
ScopedKernelController(Kernel parentKernel, AbstractController parentController, org.jboss.metadata.spi.scope.ScopeKey scopeKey)
           
 

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, ControllerMode mode)
          Create a new kernel deployer with mode
AbstractKernelDeployer(Kernel kernel, ControllerState requiredState, ControllerMode mode)
          Create a new kernel deployer
BasicKernelDeployer(Kernel kernel)
          Create a new BasicKernelDeployer.
BasicKernelDeployer(Kernel kernel, ControllerMode mode)
          Create a new BasicKernelDeployer with mode.
 

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

Constructors in org.jboss.kernel.plugins.deployment.xml with parameters of type Kernel
BasicXMLDeployer(Kernel kernel)
          Create a new XML deployer
BasicXMLDeployer(Kernel kernel, ControllerMode mode)
          Create a new XML deployer with mode.
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.lazy
 

Methods in org.jboss.kernel.plugins.lazy with parameters of type Kernel
protected  org.jboss.beans.info.spi.BeanInfo AbstractLazyInitializer.getBeanInfo(Kernel kernel, String bean)
          Deprecated. not used any more
protected  KernelControllerContext AbstractLazyInitializer.getKernelControllerContext(Kernel kernel, String bean)
          Get kernel controller context.
 Object JDKLazyInitializer.initializeProxy(Kernel kernel, String bean, boolean exposeClass, Set<String> interfaces)
           
 Object JavassistLazyInitializer.initializeProxy(Kernel kernel, String bean, boolean exposeClass, Set<String> interfaces)
           
 Object AbstractLazyInitializer.initializeProxy(Kernel kernel, String bean, boolean exposeClass, Set<String> interfaces, org.jboss.metadata.spi.MetaData metaData)
           
 

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.plugins.util
 

Methods in org.jboss.kernel.plugins.util that return Kernel
static Kernel KernelLocator.getKernel()
           
 

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

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

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

Methods in org.jboss.kernel.plugins.validation.basic with parameters of type Kernel
 void BasicKernelBeanValidator.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.kernel.spi.dependency.helpers
 

Methods in org.jboss.kernel.spi.dependency.helpers that return Kernel
 Kernel UnmodifiableKernelControllerContext.getKernel()
           
 

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

Methods in org.jboss.kernel.spi.lazy with parameters of type Kernel
static Object LazyProxyFactory.getProxy(Kernel kernel, String bean, boolean exposeClass, Set<String> interfaces)
          Create lazy proxy.
 Object LazyInitializer.initializeProxy(Kernel kernel, String bean, boolean exposeClass, Set<String> interfaces)
          Initialize lazy proxy with no metadata.
 Object LazyInitializer.initializeProxy(Kernel kernel, String bean, boolean exposeClass, Set<String> interfaces, org.jboss.metadata.spi.MetaData metaData)
          Initialize lazy proxy.
 

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 © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.