Package de.willuhn.datasource.db
Class EmbeddedDBServiceImpl
- java.lang.Object
-
- java.rmi.server.RemoteObject
-
- java.rmi.server.RemoteServer
-
- java.rmi.server.UnicastRemoteObject
-
- de.willuhn.datasource.db.DBServiceImpl
-
- de.willuhn.datasource.db.EmbeddedDBServiceImpl
-
public class EmbeddedDBServiceImpl extends DBServiceImpl
DB-Service, der gezielt auf die Embedded-DB vorbereitet ist.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EmbeddedDBServiceImpl(java.lang.String pathToDbConf, java.lang.String username, java.lang.String password)
ct.
-
Method Summary
-
Methods inherited from class de.willuhn.datasource.db.DBServiceImpl
checkConnection, createList, createObject, execute, getAutoCommit, getConnection, getInsertWithID, getJdbcDriver, getJdbcPassword, getJdbcUrl, getJdbcUsername, getName, getTransactionIsolationLevel, isStartable, isStarted, setClassFinder, setClassloader, start, stop
-
Methods inherited from class java.rmi.server.UnicastRemoteObject
clone, exportObject, exportObject, exportObject, exportObject, exportObject, unexportObject
-
-
-
-
Constructor Detail
-
EmbeddedDBServiceImpl
public EmbeddedDBServiceImpl(java.lang.String pathToDbConf, java.lang.String username, java.lang.String password) throws java.rmi.RemoteException
ct.- Parameters:
pathToDbConf
- Path to db.conf.username
- username.password
- password.- Throws:
java.rmi.RemoteException
-
-