org.zeroexchange.resource.reconciliation
Interface Reconciliator

All Known Implementing Classes:
DefaultReconciliator

public interface Reconciliator

Service allows to write off the units of work in case if the resource exchange cannot be done.

Author:
black

Method Summary
 void reconcile(Resource resource, User consumer)
          Writes off the cost amount of the unsupplied resource from the supplier and writes off that amount to the consumers.
 void reconcileContract(Contract contract)
          Reconcilies the contract.
 

Method Detail

reconcile

void reconcile(Resource resource,
               User consumer)
Writes off the cost amount of the unsupplied resource from the supplier and writes off that amount to the consumers.


reconcileContract

void reconcileContract(Contract contract)
Reconcilies the contract.



Copyright © 2013. All Rights Reserved.