Uses of Interface
org.jboss.kernel.spi.KernelObject

Packages that use KernelObject
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.bootstrap.standalone Kernel plugins, a standalone 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.dependency Kernel plugins, an abstract dependency implementation. 
org.jboss.kernel.plugins.event Kernel plugins, an abstract event implementation. 
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. 
org.jboss.kernel.spi.dependency Classes used to define dependency plugins. 
org.jboss.kernel.spi.event Classes used to define event plugins. 
org.jboss.kernel.spi.registry Classes used to define registry plugins. 
 

Uses of KernelObject in org.jboss.kernel.plugins
 

Classes in org.jboss.kernel.plugins that implement KernelObject
 class AbstractKernelObject
          Abstract Bootstrap of the kernel.
 

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

Classes in org.jboss.kernel.plugins.bootstrap that implement KernelObject
 class AbstractBootstrap
          Abstract Bootstrap of the kernel.
 

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

Classes in org.jboss.kernel.plugins.bootstrap.basic that implement KernelObject
 class BasicBootstrap
          Bootstrap the kernel.
 

Uses of KernelObject in org.jboss.kernel.plugins.bootstrap.standalone
 

Classes in org.jboss.kernel.plugins.bootstrap.standalone that implement KernelObject
 class StandaloneBootstrap
          Standalone Bootstrap of the kernel.
 

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

Classes in org.jboss.kernel.plugins.config that implement KernelObject
 class AbstractKernelConfig
          Abstract Kernel configuration.
 class AbstractKernelConfigurator
          Abstract Kernel configurator.
 

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

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

Uses of KernelObject in org.jboss.kernel.plugins.dependency
 

Classes in org.jboss.kernel.plugins.dependency that implement KernelObject
 class AbstractKernelController
          Abstract Kernel controller.
 

Uses of KernelObject in org.jboss.kernel.plugins.event
 

Classes in org.jboss.kernel.plugins.event that implement KernelObject
 class AbstractEventManager
          Abstract Event manager.
 

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

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

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

Classes in org.jboss.kernel.plugins.registry.basic that implement KernelObject
 class BasicKernelBus
          Basic Kernel bus.
 class BasicKernelRegistry
          Basic Kernel registry.
 

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

Subinterfaces of KernelObject in org.jboss.kernel.spi.config
 interface KernelConfig
          Kernel Configuration.
 interface KernelConfigurator
          A configurator.
 

Uses of KernelObject in org.jboss.kernel.spi.dependency
 

Subinterfaces of KernelObject in org.jboss.kernel.spi.dependency
 interface KernelController
          A controller.
 

Uses of KernelObject in org.jboss.kernel.spi.event
 

Subinterfaces of KernelObject in org.jboss.kernel.spi.event
 interface KernelEventManager
          An event manager.
 

Uses of KernelObject in org.jboss.kernel.spi.registry
 

Subinterfaces of KernelObject in org.jboss.kernel.spi.registry
 interface KernelBus
          A bus.
 interface KernelRegistry
          A registry.
 



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