org.apache.xbean.kernel.standard
Class StandardKernelFactory

java.lang.Object
  extended by org.apache.xbean.kernel.KernelFactory
      extended by org.apache.xbean.kernel.standard.StandardKernelFactory

public class StandardKernelFactory
extends KernelFactory

The kernel factory for StandardKernel instances.

Since:
2.0
Author:
Dain Sundstrom

Field Summary
 
Fields inherited from class org.apache.xbean.kernel.KernelFactory
KERNEL_FACTORY_KEY
 
Constructor Summary
StandardKernelFactory()
           
 
Method Summary
protected  Kernel createKernelInternal(String name)
          Creates the actual kernel instance which will be registerd in the KernelFactory.
 
Methods inherited from class org.apache.xbean.kernel.KernelFactory
createKernel, destroyInstance, getKernel, getKernels, newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardKernelFactory

public StandardKernelFactory()
Method Detail

createKernelInternal

protected Kernel createKernelInternal(String name)
Creates the actual kernel instance which will be registerd in the KernelFactory.

Specified by:
createKernelInternal in class KernelFactory
Parameters:
name - the kernel name
Returns:
a new kernel instance


Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.