Uses of Class
org.calypsonet.terminal.calypso.transaction.SvAction
-
Packages that use SvAction Package Description org.calypsonet.terminal.calypso.transaction Calypso card transaction API. -
-
Uses of SvAction in org.calypsonet.terminal.calypso.transaction
Methods in org.calypsonet.terminal.calypso.transaction that return SvAction Modifier and Type Method Description static SvAction
SvAction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SvAction[]
SvAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.calypsonet.terminal.calypso.transaction with parameters of type SvAction Modifier and Type Method Description CardTransactionManager
CardTransactionManager. prepareSvGet(SvOperation svOperation, SvAction svAction)
Schedules the execution of a SV Get command to prepare an SV operation or simply retrieves the current SV status.
-