| com.sun.j2me.payment.TransactionProcessor
All known Subclasses: com.sun.j2me.payment.PaymentAdapter, com.sun.j2me.payment.PaymentModule,
TransactionProcessor | public interface TransactionProcessor (Code) | | This interface defines methods which should be implemented by classes which
want to act as a transaction processor for transactions.
version: 1.1 |
Method Summary | |
Transaction | process(Transaction transaction) Processes the given transaction, updates its state and returns the same
transaction instance or a new one (an instance of
a Transaction subclass), which is based on the old
transaction, but adds more (adapter specific) information to it. |
process | Transaction process(Transaction transaction)(Code) | | Processes the given transaction, updates its state and returns the same
transaction instance or a new one (an instance of
a Transaction subclass), which is based on the old
transaction, but adds more (adapter specific) information to it.
Parameters: transaction - the transaction to be processed the transaction after processing |
|
|