FileDocCategorySizeDatePackage
TransactionProcessor.javaAPI DocphoneME MR2 API (J2ME)1746Wed May 02 18:00:44 BST 2007com.sun.j2me.payment

TransactionProcessor

public interface TransactionProcessor
This interface defines methods which should be implemented by classes which want to act as a transaction processor for transactions.
version
1.1

(Omit source code)

Fields Summary
Constructors Summary
Methods Summary
public Transactionprocess(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.

param
transaction the transaction to be processed
return
the transaction after processing