|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthkontrol.core.ObjectFactoryBase
public class ObjectFactoryBase
The ObjectFactoryBase provides its subclasses with methods
which support easy object creation.
| Constructor Summary | |
|---|---|
protected |
ObjectFactoryBase()
The default constructor simply does nothing, since there is no initialization to do. |
| Method Summary | |
|---|---|
protected java.lang.Object |
createObject(java.lang.String className)
Instantiates a new object with the given class name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected ObjectFactoryBase()
| Method Detail |
|---|
protected java.lang.Object createObject(java.lang.String className)
throws java.lang.ClassNotFoundException,
java.lang.InstantiationException,
java.lang.IllegalAccessException
createObject
tries to figure out the right class loader to use.
className - - the name of the class to instantiate
java.lang.ClassNotFoundException
java.lang.InstantiationException
java.lang.IllegalAccessException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||