Uses of Interface
org.jboss.kernel.spi.config.KernelConfigurator

Packages that use KernelConfigurator
org.jboss.beans.metadata.plugins Classes used to deploy beans, an abstract implementation. 
org.jboss.beans.metadata.plugins.factory Classes used to dynamically create beans. 
org.jboss.kernel The core Kernel 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.config.property Kernel plugins, a kernel configuration implementation using system properties. 
org.jboss.kernel.spi.config Classes used to define configuration plugins. 
 

Uses of KernelConfigurator in org.jboss.beans.metadata.plugins
 

Fields in org.jboss.beans.metadata.plugins declared as KernelConfigurator
protected  KernelConfigurator AbstractTypeMetaData.configurator
          The configurator
 

Methods in org.jboss.beans.metadata.plugins with parameters of type KernelConfigurator
 void AbstractTypeMetaData.setConfigurator(KernelConfigurator configurator)
          Set the configurator
 

Uses of KernelConfigurator in org.jboss.beans.metadata.plugins.factory
 

Fields in org.jboss.beans.metadata.plugins.factory declared as KernelConfigurator
protected  KernelConfigurator GenericBeanFactory.configurator
          The configurator
 

Constructors in org.jboss.beans.metadata.plugins.factory with parameters of type KernelConfigurator
GenericBeanFactory(KernelConfigurator configurator)
          Create a new generic bean factory
 

Uses of KernelConfigurator in org.jboss.kernel
 

Fields in org.jboss.kernel declared as KernelConfigurator
protected  KernelConfigurator Kernel.configurator
          The kernel configurator
 

Methods in org.jboss.kernel that return KernelConfigurator
 KernelConfigurator Kernel.getConfigurator()
          Get the kernel configurator
 

Methods in org.jboss.kernel with parameters of type KernelConfigurator
 void Kernel.setConfigurator(KernelConfigurator configurator)
          Set the kernel configurator.
 

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

Methods in org.jboss.kernel.plugins.bootstrap.basic that return KernelConfigurator
protected  KernelConfigurator BasicKernelInitializer.createKernelConfigurator(Kernel kernel)
          Create the configurator
 

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

Classes in org.jboss.kernel.plugins.config that implement KernelConfigurator
 class AbstractKernelConfigurator
          Abstract Kernel configurator.
 

Uses of KernelConfigurator in org.jboss.kernel.plugins.config.property
 

Methods in org.jboss.kernel.plugins.config.property that return KernelConfigurator
 KernelConfigurator PropertyKernelConfig.createKernelConfigurator()
           
 

Uses of KernelConfigurator in org.jboss.kernel.spi.config
 

Methods in org.jboss.kernel.spi.config that return KernelConfigurator
 KernelConfigurator KernelConfig.createKernelConfigurator()
          Create a kernel configurator
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.