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 interfaceTransactionManager<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 interfaceAsyncTransactionCreatorManagerTransaction manager dedicated to operations performed asynchronously.interfaceAsyncTransactionExecutorManagerTransaction manager dedicated to execute commands prepared asynchronously usingAsyncTransactionCreatorManager.exportCommands().interfaceFreeTransactionManagerTransaction manager dedicated to operations performed without control SAM.interfaceReadTransactionManager<T extends ReadTransactionManager<T>>Transaction manager dedicated to "READ" operations.interfaceWriteTransactionManager<T extends WriteTransactionManager<T>>Transaction manager dedicated to "WRITE" operations.
-