org.apache.openejb.loader
Class Embedder
java.lang.Object
org.apache.openejb.loader.Embedder
public class Embedder
- extends Object
- Version:
- $Revision: 1245047 $ $Date: 2012-02-16 07:43:47 -0800 (Thu, 16 Feb 2012) $
|
Method Summary |
Object |
init(Properties properties)
Uses reflection to invoke the init(Properties props) method on the loaderClass field |
Class |
load()
Loads the Class object for the className. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ADDITIONAL_LIB_FOLDER
public static final String ADDITIONAL_LIB_FOLDER
Embedder
public Embedder(String className)
load
public Class load()
throws Exception
- Loads the Class object for the className.
- Returns:
-
- Throws:
Exception
init
public Object init(Properties properties)
throws Exception
- Uses reflection to invoke the init(Properties props) method on the loaderClass field
- Parameters:
properties -
- Returns:
-
- Throws:
Exception
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.