jade.util
Interface ObjectManager.Loader
- Enclosing class:
- ObjectManager
public static interface ObjectManager.Loader
The interface to be implemented by classes that can be registered to load objects of a given type
|
Method Summary |
java.lang.Object |
load(java.lang.String className,
Properties pp)
|
load
java.lang.Object load(java.lang.String className,
Properties pp)
throws java.lang.ClassNotFoundException,
java.lang.IllegalAccessException,
java.lang.InstantiationException
- Throws:
java.lang.ClassNotFoundException
java.lang.IllegalAccessException
java.lang.InstantiationException