Uses of Interface
org.eclipse.keypop.calypso.crypto.legacysam.transaction.WriteTransactionManager
-
Packages that use WriteTransactionManager Package Description org.eclipse.keypop.calypso.crypto.legacysam.transaction Calypso Legacy SAM transaction API. -
-
Uses of WriteTransactionManager in org.eclipse.keypop.calypso.crypto.legacysam.transaction
Classes in org.eclipse.keypop.calypso.crypto.legacysam.transaction with type parameters of type WriteTransactionManager Modifier and Type Interface Description interface
WriteTransactionManager<T extends WriteTransactionManager<T>>
Transaction manager dedicated to "WRITE" operations.Subinterfaces of WriteTransactionManager in org.eclipse.keypop.calypso.crypto.legacysam.transaction Modifier and Type Interface Description interface
AsyncTransactionCreatorManager
Transaction manager dedicated to operations performed asynchronously.
-