org.apache.xbean.kernel.standard
Class StandardKernelFactory
java.lang.Object
org.apache.xbean.kernel.KernelFactory
org.apache.xbean.kernel.standard.StandardKernelFactory
public class StandardKernelFactory
- extends KernelFactory
The kernel factory for StandardKernel instances.
- Since:
- 2.0
- Author:
- Dain Sundstrom
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StandardKernelFactory
public StandardKernelFactory()
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-2008 Apache Software Foundation. All Rights Reserved.