Package org.opendaylight.genius.infra
Interface ManagedTransactionChain
-
- All Superinterfaces:
ManagedTransactionFactory
public interface ManagedTransactionChain extends ManagedTransactionFactory
Managed transaction chains provide managed semantics around transaction chains, i.e. chains which provide transactions which are automatically submitted or cancelled.
-
-
Method Summary
-
Methods inherited from interface org.opendaylight.genius.infra.ManagedTransactionFactory
applyWithNewReadOnlyTransactionAndClose, applyWithNewReadWriteTransactionAndSubmit, callWithNewReadOnlyTransactionAndClose, callWithNewReadWriteTransactionAndSubmit, callWithNewWriteOnlyTransactionAndSubmit
-
-