Class EmbeddedDBServiceImpl

  • All Implemented Interfaces:
    DBService, Service, java.io.Serializable, java.rmi.Remote

    public class EmbeddedDBServiceImpl
    extends DBServiceImpl
    DB-Service, der gezielt auf die Embedded-DB vorbereitet ist.
    See Also:
    Serialized Form
    • 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