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

Packages that use KernelConfig
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 Kernel plugins, an abstract configuration implementation. 
org.jboss.kernel.plugins.config.property Kernel plugins, a kernel configuration implementation using system properties. 
 

Uses of KernelConfig in org.jboss.kernel
 

Fields in org.jboss.kernel declared as KernelConfig
protected  KernelConfig Kernel.config
          The kernel config
 

Methods in org.jboss.kernel that return KernelConfig
 KernelConfig Kernel.getConfig()
          Get the kernel config
 

Methods in org.jboss.kernel with parameters of type KernelConfig
static Kernel KernelFactory.newInstance(KernelConfig cfg)
          Returns a new instance of a Kernel based on the specified KernelConfig parameter.
protected  Kernel KernelFactory.assembleNewKernel(KernelConfig cfg)
          Instantiates, configures, and initializes a new Kernel instance according to the specified KernelConfig parameter.
protected  KernelInitializer KernelFactory.createKernelInitializer(KernelConfig config)
          Constructs a KernelInitializer based on the specified KernelConfig parameter.
protected  void KernelFactory.configureKernel(Kernel kernel, KernelConfig cfg)
          Configures the specified Kernel according to the specified KernelConfig parameter.
 void Kernel.setConfig(KernelConfig config)
          Set the kernel config.
 

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

Fields in org.jboss.kernel.plugins.bootstrap declared as KernelConfig
protected  KernelConfig AbstractBootstrap.config
          The kernel configuration
 

Methods in org.jboss.kernel.plugins.bootstrap that return KernelConfig
 KernelConfig AbstractBootstrap.getConfig()
          Get the kernel configuration
 

Methods in org.jboss.kernel.plugins.bootstrap with parameters of type KernelConfig
 void AbstractBootstrap.setConfig(KernelConfig config)
          Set the kernel configuration
 

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

Constructors in org.jboss.kernel.plugins.bootstrap.basic with parameters of type KernelConfig
BasicBootstrap(KernelConfig config)
          Constructs a new Bootstrap which constructs a Kernel based
 

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

Classes in org.jboss.kernel.plugins.config that implement KernelConfig
 class AbstractKernelConfig
          Abstract Kernel configuration.
 

Fields in org.jboss.kernel.plugins.config declared as KernelConfig
protected  KernelConfig AbstractKernelConfigurator.config
          The kernel config
 

Methods in org.jboss.kernel.plugins.config that return KernelConfig
static KernelConfig KernelConfigFactory.newInstance()
          Constructs a new KernelConfig instance based on the System properties.
static KernelConfig KernelConfigFactory.newInstance(Properties props)
          Constructs a new KernelConfig instance based on the specified Properties.
 

Methods in org.jboss.kernel.plugins.config with parameters of type KernelConfig
static Object Configurator.instantiateAndConfigure(KernelConfig config, BeanInfo info, BeanMetaData metaData)
          Instantiate and configure a bean
static Object Configurator.instantiate(KernelConfig config, BeanInfo info, BeanMetaData metaData)
          Instantiate a bean
static org.jboss.joinpoint.spi.Joinpoint Configurator.getConstructorJoinPoint(KernelConfig config, BeanInfo info, ConstructorMetaData metaData, BeanMetaData beanMetaData)
          Get a constructor joinpoint
 

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

Classes in org.jboss.kernel.plugins.config.property that implement KernelConfig
 class PropertyKernelConfig
          Kernel configuration using properties.
 



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