All Packages Class Hierarchy This Package Previous Next Index
Class semper.commerce.ExchangeTransaction
java.lang.Object
|
+----semper.commerce.Transaction
|
+----semper.commerce.ExchangeTransaction
- public abstract class ExchangeTransaction
- extends Transaction
This class represents fair exchanges. An exchange is a transaction that contains
two subtransactions. Each peer requests a subtransaction and gets the indication
of the peer's requested transaction. An exchange is an atomic operation. Either
both or none of the subtransaction will succeed.
- Version:
- $Id: ExchangeTransaction.java,v 1.3 1998/03/27 14:18:40 semper Exp $
- Author:
- Rolf Michelsen, Stig Mj�lsnes
-
ExchangeTransaction(ActiveDeal, Transaction)
-
ExchangeTransaction
public ExchangeTransaction(ActiveDeal deal,
Transaction ref) throws AssociationException, TransactionException
All Packages Class Hierarchy This Package Previous Next Index