Uses of Interface
org.apache.geronimo.kernel.Kernel

Packages that use Kernel
org.apache.geronimo.gbean.runtime   
org.apache.geronimo.kernel   
org.apache.geronimo.kernel.basic   
org.apache.geronimo.kernel.config   
 

Uses of Kernel in org.apache.geronimo.gbean.runtime
 

Methods in org.apache.geronimo.gbean.runtime that return Kernel
protected  Kernel AbstractGBeanReference.getKernel()
           
 

Methods in org.apache.geronimo.gbean.runtime with parameters of type Kernel
protected  boolean AbstractGBeanReference.isRunning(Kernel kernel, AbstractName abstractName)
          Is the component in the Running state
 

Constructors in org.apache.geronimo.gbean.runtime with parameters of type Kernel
AbstractGBeanReference(GBeanInstance gbeanInstance, GReferenceInfo referenceInfo, Kernel kernel, boolean hasTargets)
           
GBeanCollectionReference(GBeanInstance gbeanInstance, GReferenceInfo referenceInfo, Kernel kernel, ReferencePatterns referencePatterns)
           
GBeanDependency(GBeanInstance gbeanInstance, AbstractName targetName, Kernel kernel)
           
GBeanInstance(GBeanData gbeanData, Kernel kernel, DependencyManager dependencyManager, LifecycleBroadcaster lifecycleBroadcaster, ClassLoader classLoader)
          Construct a GBeanMBean using the supplied GBeanData and class loader
GBeanSingleReference(GBeanInstance gbeanInstance, GReferenceInfo referenceInfo, Kernel kernel, ReferencePatterns referencePatterns)
           
 

Uses of Kernel in org.apache.geronimo.kernel
 

Classes in org.apache.geronimo.kernel that implement Kernel
 class KernelGBean
           
 

Methods in org.apache.geronimo.kernel that return Kernel
abstract  Kernel KernelFactory.createKernel(String kernelName)
           
static Kernel KernelRegistry.getKernel(String name)
          Get a particular kernel indexed by a name
static Kernel KernelRegistry.getSingleKernel()
          Obtain the single kernel that's registered.
 

Methods in org.apache.geronimo.kernel with parameters of type Kernel
static void KernelRegistry.registerKernel(Kernel kernel)
           
static void KernelRegistry.unregisterKernel(Kernel kernel)
           
 

Constructors in org.apache.geronimo.kernel with parameters of type Kernel
KernelGBean(Kernel kernel)
           
 

Uses of Kernel in org.apache.geronimo.kernel.basic
 

Classes in org.apache.geronimo.kernel.basic that implement Kernel
 class BasicKernel
          The core of a Geronimo instance.
 

Methods in org.apache.geronimo.kernel.basic that return Kernel
 Kernel BasicKernelFactory.createKernel(String kernelName)
           
 

Methods in org.apache.geronimo.kernel.basic with parameters of type Kernel
protected  net.sf.cglib.proxy.Callback BasicProxyManager.getMethodInterceptor(Class proxyType, Kernel kernel, AbstractName target)
           
 void BasicRegistry.start(Kernel kernel)
          Start the objectNameRegistry and associate it with a kernel.
 

Constructors in org.apache.geronimo.kernel.basic with parameters of type Kernel
BasicLifecycleMonitor(Kernel kernel)
           
BasicProxyManager(Kernel kernel)
           
KernelGetAttributeInvoker(Kernel kernel, String name)
           
KernelOperationInvoker(Kernel kernel, Method method)
           
KernelSetAttributeInvoker(Kernel kernel, String name)
           
ProxyMethodInterceptor(Class proxyType, Kernel kernel, AbstractName abstractName)
           
 

Uses of Kernel in org.apache.geronimo.kernel.config
 

Fields in org.apache.geronimo.kernel.config declared as Kernel
protected  Kernel KernelConfigurationManager.kernel
           
 

Methods in org.apache.geronimo.kernel.config with parameters of type Kernel
static ConfigurationManager ConfigurationUtil.getConfigurationManager(Kernel kernel)
          Gets a reference or proxy to the ConfigurationManager running in the specified kernel.
static EditableConfigurationManager ConfigurationUtil.getEditableConfigurationManager(Kernel kernel)
          Gets a reference or proxy to an EditableConfigurationManager running in the specified kernel, if there is one.
static AbstractName ConfigurationUtil.loadBootstrapConfiguration(Kernel kernel, ConfigurationData configurationData, ClassLoader classLoader)
           
static AbstractName ConfigurationUtil.loadBootstrapConfiguration(Kernel kernel, InputStream in, ClassLoader classLoader)
           
static void ConfigurationUtil.releaseConfigurationManager(Kernel kernel, ConfigurationManager configurationManager)
           
 

Constructors in org.apache.geronimo.kernel.config with parameters of type Kernel
EditableKernelConfigurationManager(Kernel kernel, Collection stores, ManageableAttributeStore attributeStore, PersistentConfigurationList configurationList, ArtifactManager artifactManager, ArtifactResolver artifactResolver, Collection repositories, Collection watchers, ClassLoader classLoader)
           
KernelConfigurationManager(Kernel kernel, Collection stores, ManageableAttributeStore attributeStore, PersistentConfigurationList configurationList, ArtifactManager artifactManager, ArtifactResolver artifactResolver, Collection repositories, Collection watchers, ClassLoader classLoader)
           
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.