Uses of Class
org.apache.jena.dboe.transaction.txn.TransactionalComponentLifecycle
-
Packages that use TransactionalComponentLifecycle Package Description org.apache.jena.dboe.transaction org.apache.jena.dboe.transaction.txn -
-
Uses of TransactionalComponentLifecycle in org.apache.jena.dboe.transaction
Subclasses of TransactionalComponentLifecycle in org.apache.jena.dboe.transaction Modifier and Type Class Description classTransIntegerA transaction component with an integer supporting MR+SW (=one writer AND many readers). -
Uses of TransactionalComponentLifecycle in org.apache.jena.dboe.transaction.txn
Subclasses of TransactionalComponentLifecycle in org.apache.jena.dboe.transaction.txn Modifier and Type Class Description classTransactionalComponentBase<X>A transaction component that does nothing - can be used as a helper for management tasks hooked into the transaction component lifecycle but which are not stateful across restarts.classTransactionalComponentByLockImplementation of the component interface forTransactionalComponent.
-