Interface JournalTransactionalPersistenceDriver
- All Known Implementing Classes:
UnixFSJournalTransactionalPersistenceDriver
public interface JournalTransactionalPersistenceDriver
An opaque context which is started first and stopped last by the
TransactionalResourceServicePersistence
.
This is responsible for handling any internal configuration and locking of the underlying datastore such that only
one JVM process may have access to it at any given time.-
Method Summary
Modifier and TypeMethodDescriptionvoid
start()
Starts theJournalTransactionalPersistenceDriver
.void
stop()
Stops theJournalTransactionalPersistenceDriver
.
-
Method Details
-
start
void start()Starts theJournalTransactionalPersistenceDriver
. -
stop
void stop()Stops theJournalTransactionalPersistenceDriver
.
-