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

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

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
 void BasicRegistry.start(Kernel kernel)
          Start the objectNameRegistry and associate it with a kernel.
protected  net.sf.cglib.proxy.Callback BasicProxyManager.getMethodInterceptor(Class proxyType, Kernel kernel, org.apache.geronimo.gbean.AbstractName target)
           
 

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

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 org.apache.geronimo.gbean.AbstractName ConfigurationUtil.loadBootstrapConfiguration(Kernel kernel, InputStream in, ClassLoader classLoader)
           
static org.apache.geronimo.gbean.AbstractName ConfigurationUtil.loadBootstrapConfiguration(Kernel kernel, ConfigurationData configurationData, ClassLoader classLoader)
           
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 void ConfigurationUtil.releaseConfigurationManager(Kernel kernel, ConfigurationManager configurationManager)
           
 

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



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.