Uses of Interface
org.eclipse.keypop.calypso.crypto.legacysam.transaction.TransactionManager
Packages that use TransactionManager
Package
Description
Calypso Legacy SAM transaction API.
-
Uses of TransactionManager in org.eclipse.keypop.calypso.crypto.legacysam.transaction
Classes in org.eclipse.keypop.calypso.crypto.legacysam.transaction with type parameters of type TransactionManagerModifier and TypeInterfaceDescriptioninterface
TransactionManager<T extends TransactionManager<T>>
Common API for all legacy SAM transaction managers.Subinterfaces of TransactionManager in org.eclipse.keypop.calypso.crypto.legacysam.transactionModifier 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
Transaction manager dedicated to "WRITE" operations secured by a control SAM.interface
WriteTransactionManager<T extends WriteTransactionManager<T>>
Transaction manager dedicated to "WRITE" operations.