Uses of Interface
org.calypsonet.terminal.calypso.transaction.CommonTransactionManager
-
Packages that use CommonTransactionManager Package Description org.calypsonet.terminal.calypso.transaction Calypso card transaction API. -
-
Uses of CommonTransactionManager in org.calypsonet.terminal.calypso.transaction
Classes in org.calypsonet.terminal.calypso.transaction with type parameters of type CommonTransactionManager Modifier and Type Interface Description interface
CommonTransactionManager<T extends CommonTransactionManager<T,S>,S extends CommonSecuritySetting<S>>
Common service providing the high-level API to manage transactions with a Calypso card or SAM.Subinterfaces of CommonTransactionManager in org.calypsonet.terminal.calypso.transaction Modifier and Type Interface Description interface
CardTransactionManager
Service providing the high-level API to manage transactions with a Calypso card.interface
SamTransactionManager
Deprecated.Will be soon removed.
-