Uses of Class
org.apache.jena.dboe.transaction.txn.SysTransState
-
Packages that use SysTransState Package Description org.apache.jena.dboe.transaction org.apache.jena.dboe.transaction.txn -
-
Uses of SysTransState in org.apache.jena.dboe.transaction
Methods in org.apache.jena.dboe.transaction that return SysTransState Modifier and Type Method Description SysTransStateTransLogger. detach()SysTransStateTransMonitor. detach()Methods in org.apache.jena.dboe.transaction with parameters of type SysTransState Modifier and Type Method Description voidTransLogger. 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 SysTransState Modifier and Type Method Description SysTransStateTransactionalComponent. 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)SysTransStateTransactionalComponentLifecycle. detach()SysTransStateTransactionalComponentWrapper. detach()Methods in org.apache.jena.dboe.transaction.txn with parameters of type SysTransState Modifier and Type Method Description voidTransactionalComponent. attach(SysTransState systemState)Set the current thread to be in the transaction.voidTransactionalComponentLifecycle. attach(SysTransState state)voidTransactionalComponentWrapper. attach(SysTransState systemState)
-