|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.nesstar.api.NesstarDBFactory
public final class NesstarDBFactory
A factory for instantiating an implementation of NesstarDB.
| Method Summary | |
|---|---|
static NesstarDB |
getInstance()
Returns an instance of an implementation of NesstarDB. |
static void |
setImplementationClass(String className)
Sets the type to be returned by getInstance(). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void setImplementationClass(String className)
throws ClassNotFoundException
getInstance().
className - Fully qualified name of an implementation class
ClassNotFoundException - If the specified class cannot be loadedpublic static NesstarDB getInstance()
NesstarDB.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||