xsmeral.semnet.sink
Class RdbmsStoreFactory
java.lang.Object
xsmeral.semnet.sink.RepositoryFactory
xsmeral.semnet.sink.RdbmsStoreFactory
public class RdbmsStoreFactory
- extends RepositoryFactory
Factory of RdbmsStore
repositories.
Takes parameters corresponding to RdbmsStore constructor:
driver
- FQN of JDBC driver
url
- JDBC URL
user
- DB user name
password
- DB password
Method Summary |
void |
initialize()
Instantiates and initializes the Repository. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RdbmsStoreFactory
public RdbmsStoreFactory()
initialize
public void initialize()
throws RepositoryException
- Description copied from class:
RepositoryFactory
- Instantiates and initializes the Repository.
Should call
setRepository(repo)
- Specified by:
initialize
in class RepositoryFactory
- Throws:
RepositoryException
- In case of any error with repository initialization