Uses of Interface
org.jboss.kernel.spi.registry.KernelBus

Packages that use KernelBus
org.jboss.kernel The core Kernel implementation. 
org.jboss.kernel.plugins.bootstrap.basic Kernel plugins, a basic bootstrap implementation. 
org.jboss.kernel.plugins.config.property Kernel plugins, a kernel configuration implementation using system properties. 
org.jboss.kernel.plugins.lazy   
org.jboss.kernel.plugins.registry Kernel plugins, an abstract registry implementation. 
org.jboss.kernel.plugins.registry.basic Kernel plugins, a basic registry implementation. 
org.jboss.kernel.spi.config Classes used to define configuration plugins. 
 

Uses of KernelBus in org.jboss.kernel
 

Fields in org.jboss.kernel declared as KernelBus
protected  KernelBus Kernel.bus
          The kernel bus
 

Methods in org.jboss.kernel that return KernelBus
 KernelBus Kernel.getBus()
          Get the kernel bus
 

Methods in org.jboss.kernel with parameters of type KernelBus
 void Kernel.setBus(KernelBus bus)
          Set the kernel bus.
 

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

Methods in org.jboss.kernel.plugins.bootstrap.basic that return KernelBus
protected  KernelBus BasicKernelInitializer.createKernelBus(Kernel kernel)
          Create the kernel bus
 

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

Methods in org.jboss.kernel.plugins.config.property that return KernelBus
 KernelBus PropertyKernelConfig.createKernelBus()
           
 

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

Constructors in org.jboss.kernel.plugins.lazy with parameters of type KernelBus
AbstractLazyInitializer.AbstractInvokeHandler(String bean, KernelBus bus, Class<?> proxyClass)
           
JavassistLazyInitializer.LazyHandler(String bean, KernelBus bus, Class<?> proxyClass)
           
JDKLazyInitializer.LazyHandler(String bean, KernelBus bus, Class<?> proxyClass)
           
 

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

Classes in org.jboss.kernel.plugins.registry that implement KernelBus
 class AbstractKernelBus
          Abstract Kernel bus.
 

Uses of KernelBus in org.jboss.kernel.plugins.registry.basic
 

Classes in org.jboss.kernel.plugins.registry.basic that implement KernelBus
 class BasicKernelBus
          Basic Kernel bus.
 class LifecycleAwareKernelBus
          A kernel bus that understands lifecycle invocation.
 

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

Methods in org.jboss.kernel.spi.config that return KernelBus
 KernelBus KernelConfig.createKernelBus()
          Create a kernel bus
 



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