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


Field Summary
static String KERNEL_FACTORY_KEY
           
 
Constructor Summary
KernelFactory()
           
 
Method Summary
abstract  Kernel createKernel(String kernelName)
           
static KernelFactory newInstance()
           
 
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()

createKernel

public abstract Kernel createKernel(String kernelName)


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.