org.elkoserver.server.workshop.bank.client
Class BankClient.QueryEncumbranceResultHandler
java.lang.Object
org.elkoserver.server.workshop.bank.client.BankClient.BankReplyHandler
org.elkoserver.server.workshop.bank.client.BankClient.QueryEncumbranceResultHandler
- Enclosing class:
- BankClient
public abstract static class BankClient.QueryEncumbranceResultHandler
- extends BankClient.BankReplyHandler
Result handler class for the query encumbrance request.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BankClient.QueryEncumbranceResultHandler
public BankClient.QueryEncumbranceResultHandler()
result
public abstract void result(String enc,
String currency,
String account,
int amount,
String expires,
String memo)
- Handle an encumbrance query result.
- Parameters:
enc - Ref of the encumbrace.currency - Currency the encumbrance is denominated in.account - Ref of the encumbered accountamount - Amount that is encumberedexpires - Expiration time of the encumbrancememo - Memo string associated with encumbrance when created.