org.apache.geronimo.kernel
Class KernelFactory
java.lang.Object
org.apache.geronimo.kernel.KernelFactory
- Direct Known Subclasses:
- BasicKernelFactory
public abstract class KernelFactory
- extends Object
- Version:
- $Rev: 809078 $ $Date: 2009-08-29 08:51:12 +0800 (Sat, 29 Aug 2009) $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KERNEL_FACTORY_KEY
public static final String KERNEL_FACTORY_KEY
KernelFactory
public KernelFactory()
newInstance
public static KernelFactory newInstance(org.osgi.framework.BundleContext bundleContext)
createKernel
public abstract Kernel createKernel(String kernelName)
getBundleContext
public org.osgi.framework.BundleContext getBundleContext()
Copyright © 2003-2013 The Apache Geronimo development community. All Rights Reserved.