Uses of Class
org.apache.jena.dboe.transaction.txn.SysTransState
Packages that use SysTransState
-
Uses of SysTransState in org.apache.jena.dboe.transaction
Methods in org.apache.jena.dboe.transaction that return SysTransStateMethods in org.apache.jena.dboe.transaction with parameters of type SysTransStateModifier and TypeMethodDescriptionvoidTransLogger.attach(SysTransState systemState) voidTransMonitor.attach(SysTransState systemState) -
Uses of SysTransState in org.apache.jena.dboe.transaction.txn
Methods in org.apache.jena.dboe.transaction.txn that return SysTransStateModifier and TypeMethodDescriptionTransactionalComponent.detach()Detach this component from the transaction of the current thread and return some internal state that can be used in a future call ofTransactionalComponent.attach(SysTransState)final SysTransStateTransactionalComponentLifecycle.detach()TransactionalComponentWrapper.detach()Methods in org.apache.jena.dboe.transaction.txn with parameters of type SysTransStateModifier and TypeMethodDescriptionvoidTransactionalComponent.attach(SysTransState systemState) Set the current thread to be in the transaction.voidTransactionalComponentLifecycle.attach(SysTransState state) voidTransactionalComponentWrapper.attach(SysTransState systemState)