Uses of Interface
org.eclipse.keypop.calypso.crypto.legacysam.transaction.TransactionManager
Package
Description
Calypso Legacy SAM transaction API.
-
Uses of TransactionManager in org.eclipse.keypop.calypso.crypto.legacysam.transaction
Modifier and TypeInterfaceDescriptioninterface
TransactionManager<T extends TransactionManager<T>>
Common API for all legacy SAM transaction managers.Modifier and TypeInterfaceDescriptioninterface
Transaction manager dedicated to operations performed asynchronously.interface
Transaction manager dedicated to execute commands prepared asynchronously usingAsyncTransactionCreatorManager.exportCommands()
.interface
Transaction manager dedicated to operations performed without control SAM.interface
ReadTransactionManager<T extends ReadTransactionManager<T>>
Transaction manager dedicated to "READ" operations.interface
WriteTransactionManager<T extends WriteTransactionManager<T>>
Transaction manager dedicated to "WRITE" operations.