|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.mkdoc.store.AbstractStoreManager | +--com.mkdoc.store.DatabaseStoreManager
A store manager for a local Sesame repository.
Field Summary | |
static java.lang.String |
DB_NAME
The database name key. |
static java.lang.String |
DB_PASS
The database password key. |
static java.lang.String |
DB_USER
The database user key. |
static java.lang.String |
DB_VENDOR
The database vendor key. |
static java.lang.String |
MYSQL
The MySQL database vendor name. |
static java.lang.String |
PGSQL
The PostgreSQL database vendor name. |
Fields inherited from class com.mkdoc.store.AbstractStoreManager |
repository |
Fields inherited from interface com.mkdoc.store.StoreManager |
REPOSITORY |
Constructor Summary | |
DatabaseStoreManager()
|
Method Summary | |
protected java.lang.String |
configureRepository(ApplicationContext context)
Configure the database from the plugin property set. |
void |
initialize(ApplicationContext context)
Initialize the manager. |
void |
shutdown()
Shut down the manager. |
Methods inherited from class com.mkdoc.store.AbstractStoreManager |
addDocumentStatements, addXmlRdfStream, executeQuery, isActive, setActive |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.mkdoc.store.StoreManager |
addDocumentStatements, addXmlRdfStream, executeQuery |
Field Detail |
public static final java.lang.String DB_VENDOR
public static final java.lang.String DB_NAME
public static final java.lang.String DB_USER
public static final java.lang.String DB_PASS
public static final java.lang.String PGSQL
public static final java.lang.String MYSQL
Constructor Detail |
public DatabaseStoreManager()
Method Detail |
public final void initialize(ApplicationContext context)
initialize
in interface Manager
context
- The application context for this manager.public final void shutdown()
shutdown
in interface Manager
protected final java.lang.String configureRepository(ApplicationContext context)
context
- The application context for the store.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |