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.metadata   
org.jboss.kernel.plugins.metadata.basic   
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.plugins.validation   
org.jboss.kernel.plugins.validation.basic   
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.metadata   
org.jboss.kernel.spi.registry Classes used to define registry plugins. 
org.jboss.kernel.spi.validation   
 

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.
 class ScopedKernelController
          Scoped 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.metadata
 

Classes in org.jboss.kernel.plugins.metadata that implement KernelObject
 class AbstractKernelMetaDataRepository
          AbstractKernelMetaDataRepository.
 

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

Classes in org.jboss.kernel.plugins.metadata.basic that implement KernelObject
 class BasicKernelMetaDataRepository
          BasicKernelMetaDataRepository.
 class CachingBasicKernelMetaDataRepository
          CachingBasicKernelMetaDataRepository.
 class LRUPolicyCachingBasicKernelMetaDataRepository
          LRUPolicyCachingBasicKernelMetaDataRepository.
 class PolicyCachingBasicKernelMetaDataRepository
          PolicyCachingBasicKernelMetaDataRepository.
 class TimedPolicyCachingBasicKernelMetaDataRepository
          TimedPolicyCachingBasicKernelMetaDataRepository.
 

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.
 class LifecycleAwareKernelBus
          A kernel bus that understands lifecycle invocation.
 

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

Classes in org.jboss.kernel.plugins.validation that implement KernelObject
 class AbstractKernelBeanValidator
          Abstract kernel bean validator.
 

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

Classes in org.jboss.kernel.plugins.validation.basic that implement KernelObject
 class BasicKernelBeanValidator
          Basic impl of kernel bean validator.
 

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.metadata
 

Subinterfaces of KernelObject in org.jboss.kernel.spi.metadata
 interface KernelMetaDataRepository
          KernelMetaDataRepository.
 

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

Subinterfaces of KernelObject in org.jboss.kernel.spi.registry
 interface KernelBus
          A bus.
 interface KernelRegistry
          Deprecated. use the KernelBus for ad hoc invocations, and injection / Controller for anything else
 

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

Subinterfaces of KernelObject in org.jboss.kernel.spi.validation
 interface KernelBeanValidator
          The bridge between jsr303 and our pojo handling.
 



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