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