Uses of Interface
org.eclipse.keypop.calypso.crypto.legacysam.transaction.TransactionManager
-
Packages that use TransactionManager Package Description org.eclipse.keypop.calypso.crypto.legacysam.transaction 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 TransactionManager Modifier and Type Interface Description interface
TransactionManager<T extends TransactionManager<T>>
Common API for all legacy SAM transaction managers.Subinterfaces of TransactionManager in org.eclipse.keypop.calypso.crypto.legacysam.transaction Modifier and Type Interface Description interface
AsyncTransactionCreatorManager
Transaction manager dedicated to operations performed asynchronously.interface
AsyncTransactionExecutorManager
Transaction manager dedicated to execute commands prepared asynchronously usingAsyncTransactionCreatorManager.exportCommands()
.interface
FreeTransactionManager
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.
-