Uses of Class
org.apache.jena.dboe.transaction.txn.TransactionalComponentLifecycle
Packages that use TransactionalComponentLifecycle
-
Uses of TransactionalComponentLifecycle in org.apache.jena.dboe.transaction
Subclasses of TransactionalComponentLifecycle in org.apache.jena.dboe.transactionModifier and TypeClassDescriptionclassA 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.txnModifier and TypeClassDescriptionclassA 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.classImplementation of the component interface forTransactionalComponent.