Class TransactionalComponentByLock

java.lang.Object
org.apache.jena.dboe.transaction.txn.TransactionalComponentLifecycle<Object>
org.apache.jena.dboe.transaction.txn.TransactionalComponentByLock
All Implemented Interfaces:
TransactionalComponent

public class TransactionalComponentByLock extends TransactionalComponentLifecycle<Object>
Implementation of the component interface for TransactionalComponent. Useful for in-memory transactions that do not provide durability or abort (undo). When retro fitting to other systems, that may be the best that can be done.