Package | Description |
---|---|
org.elkoserver.server.context.test | |
org.elkoserver.server.workshop.bank.client |
Client for Workshop virtual currency bank.
|
Modifier and Type | Method and Description |
---|---|
void |
EchoClient.echo(ServiceActor from,
String text)
Handler for the 'echo' message, which is a reply to earlier an echo
requests sent to the external service.
|
Modifier and Type | Method and Description |
---|---|
void |
BankClient.cancelkey(ServiceActor from,
String xid,
OptString fail,
OptString desc,
OptString optCancel)
JSON message handler for the response to a cancel key request.
|
void |
BankClient.deleteaccount(ServiceActor from,
String xid,
OptString fail,
OptString desc,
OptString optAccount)
JSON message handler for the response to a delete account request.
|
void |
BankClient.dupkey(ServiceActor from,
String xid,
OptString fail,
OptString desc,
OptString optNewkey)
JSON message handler for the response to a duplicate key request.
|
void |
BankClient.encumber(ServiceActor from,
String xid,
OptString fail,
OptString desc,
OptString optEnc,
OptInteger optSrcbal)
JSON message handler for the response to an encumber request.
|
void |
BankClient.freezeaccount(ServiceActor from,
String xid,
OptString fail,
OptString desc,
OptString optAccount)
JSON message handler for the response to a freeze account request.
|
void |
BankClient.issuerootkey(ServiceActor from,
String xid,
OptString fail,
OptString desc,
OptString optRootkey)
JSON message handler for the response to an issue root key request.
|
void |
BankClient.makeaccounts(ServiceActor from,
String xid,
OptString fail,
OptString desc,
String[] accounts)
JSON message handler for the response to a make account request.
|
void |
BankClient.makecurrency(ServiceActor from,
String xid,
OptString fail,
OptString desc,
OptString optCurrency)
JSON message handler for the response to a make currency request.
|
void |
BankClient.makekey(ServiceActor from,
String xid,
OptString fail,
OptString desc,
OptString optNewkey)
JSON message handler for the response to a make key request.
|
void |
BankClient.mint(ServiceActor from,
String xid,
OptString fail,
OptString desc,
OptString optDst,
OptInteger optDstbal)
JSON message handler for the response to a mint request.
|
void |
BankClient.queryaccounts(ServiceActor from,
String xid,
OptString fail,
OptString desc,
BankClient.AccountDesc[] accounts)
JSON message handler for the response to a query account request.
|
void |
BankClient.querycurrencies(ServiceActor from,
String xid,
OptString fail,
OptString desc,
Currency[] currencies)
JSON message handler for the response to a query currencies request.
|
void |
BankClient.queryenc(ServiceActor from,
String xid,
OptString fail,
OptString desc,
OptString optEnc,
OptString optCurr,
OptString optAccount,
OptInteger optAmount,
OptString optExpires,
OptString optMemo)
JSON message handler for the response to a query encumbrance request.
|
void |
BankClient.releaseenc(ServiceActor from,
String xid,
OptString fail,
OptString desc,
OptString optSrc,
OptInteger optSrcbal,
OptBoolean optActive)
JSON message handler for the response to a release encumbrance request.
|
void |
BankClient.unfreezeaccount(ServiceActor from,
String xid,
OptString fail,
OptString desc,
OptString optAccount)
JSON message handler for the response to an unfreeze account request.
|
void |
BankClient.unmint(ServiceActor from,
String xid,
OptString fail,
OptString desc,
OptString optSrc,
OptInteger optSrcbal)
JSON message handler for the response to an unmint request.
|
void |
BankClient.unmintenc(ServiceActor from,
String xid,
OptString fail,
OptString desc,
OptString optSrc,
OptInteger optSrcbal)
JSON message handler for the response to an unmint encumbrance request.
|
void |
BankClient.xfer(ServiceActor from,
String xid,
OptString fail,
OptString desc,
OptString optSrc,
OptInteger optSrcbal,
OptString optDst,
OptInteger optDstbal)
JSON message handler for the response to a transfer request.
|
void |
BankClient.xferenc(ServiceActor from,
String xid,
OptString fail,
OptString desc,
OptString optSrc,
OptInteger optSrcbal,
OptString optDst,
OptInteger optDstbal)
JSON message handler for the response to a transfer encumbrance request.
|
Copyright © 2017. All rights reserved.