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

Packages that use KernelConfigurator
org.jboss.aop.microcontainer.beans   
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.beans.metadata.spi.factory   
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.plugins.dispatch   
org.jboss.kernel.plugins.lazy   
org.jboss.kernel.spi.config Classes used to define configuration plugins. 
org.jboss.kernel.spi.lazy   
 

Uses of KernelConfigurator in org.jboss.aop.microcontainer.beans
 

Constructors in org.jboss.aop.microcontainer.beans with parameters of type KernelConfigurator
ClassLoaderAwareGenericBeanFactory(KernelConfigurator configurator)
           
 

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
 

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.beans.metadata.spi.factory
 

Fields in org.jboss.beans.metadata.spi.factory declared as KernelConfigurator
protected  KernelConfigurator AbstractBeanFactory.configurator
          The configurator
 

Methods in org.jboss.beans.metadata.spi.factory that return KernelConfigurator
protected  KernelConfigurator AbstractBeanFactory.getConfigurator()
          Get the configurator.
 

Constructors in org.jboss.beans.metadata.spi.factory with parameters of type KernelConfigurator
AbstractBeanFactory(KernelConfigurator configurator)
           
 

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

Methods in org.jboss.kernel.plugins.dispatch with parameters of type KernelConfigurator
static Object InvokeDispatchHelper.invoke(KernelConfigurator configurator, Object target, InvokeDispatchContext context, String methodName, List<ParameterMetaData> params)
          Invoke context with params from ParameterMetaData list.
 

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

Methods in org.jboss.kernel.plugins.lazy with parameters of type KernelConfigurator
protected  Class<?> AbstractLazyInitializer.getBeanClass(KernelControllerContext context, KernelConfigurator configurator, ClassLoader cl)
          Gte bean's class.
protected static Class<?>[] AbstractLazyInitializer.getClasses(KernelConfigurator configurator, Set<String> classNames, ClassLoader cl)
          Get classes from class names.
 

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
 

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

Methods in org.jboss.kernel.spi.lazy with parameters of type KernelConfigurator
protected static LazyInitializer LazyProxyFactory.createInitializer(KernelConfigurator configurator, String initializerClassName)
          Create initializer instance.
protected static LazyInitializer LazyProxyFactory.getInitializer(KernelConfigurator configurator)
          Get the LazyInitializater instance.
 



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.