Uses of Class
org.eclipse.keypop.calypso.card.transaction.ChannelControl
-
Packages that use ChannelControl Package Description org.eclipse.keypop.calypso.card.transaction Calypso card transaction API. -
-
Uses of ChannelControl in org.eclipse.keypop.calypso.card.transaction
Methods in org.eclipse.keypop.calypso.card.transaction that return ChannelControl Modifier and Type Method Description static ChannelControl
ChannelControl. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ChannelControl[]
ChannelControl. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.keypop.calypso.card.transaction with parameters of type ChannelControl Modifier and Type Method Description T
TransactionManager. processCommands(ChannelControl channelControl)
Processes all previously prepared commands and closes the physical channel if requested.
-