org.apache.geronimo.kernel
Class KernelFactory

java.lang.Object
  extended by 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) $

Field Summary
static String KERNEL_FACTORY_KEY
           
 
Constructor Summary
KernelFactory()
           
 
Method Summary
abstract  Kernel createKernel(String kernelName)
           
 org.osgi.framework.BundleContext getBundleContext()
           
static KernelFactory newInstance(org.osgi.framework.BundleContext bundleContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KERNEL_FACTORY_KEY

public static final String KERNEL_FACTORY_KEY
Constructor Detail

KernelFactory

public KernelFactory()
Method Detail

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.