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 TypeInterfaceDescriptioninterfaceTransactionManager<T extends TransactionManager<T>>Common API for all legacy SAM transaction managers.Subinterfaces of TransactionManager in org.eclipse.keypop.calypso.crypto.legacysam.transactionModifier and TypeInterfaceDescriptioninterfaceTransaction manager dedicated to operations performed asynchronously.interfaceTransaction manager dedicated to execute commands prepared asynchronously usingAsyncTransactionCreatorManager.exportCommands().interfaceTransaction manager dedicated to operations performed without control SAM.interfaceReadTransactionManager<T extends ReadTransactionManager<T>>Transaction manager dedicated to "READ" operations.interfaceTransaction manager dedicated to "WRITE" operations secured by a control SAM.interfaceWriteTransactionManager<T extends WriteTransactionManager<T>>Transaction manager dedicated to "WRITE" operations.