|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fipaos.skill.db.DatabaseFactory
This class provides a static method which will provide a objects which implement the Database interface.
Constructor Summary | |
DatabaseFactory()
|
Method Summary | |
static Database |
getDatabase(java.lang.String name,
DatabaseProfile db_profile)
Method to dynamically load a database object which represents the named database, of the type specified by the given profile |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DatabaseFactory()
Method Detail |
public static Database getDatabase(java.lang.String name, DatabaseProfile db_profile)
name
- The name of the database to be accesseddb_profile
- A profile describing properties of the database to be created
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |