plebble
|
Public Member Functions | |
pair< ko, String > | print_grid () |
pair< ko, String > | list_wallets () |
pair< ko, String > | allw () |
pair< ko, String > | sync () |
pair< ko, String > | reload_file (String _arg_filename) |
pair< ko, String > | ping () |
pair< ko, byte[]> | get_component_update (String _arg_component, String _arg_curver) |
pair< ko, String > | harvest (uint16_t _arg_id, uint16_t _arg_timeout, uint16_t _arg_decay, PrivateKey _arg_priv) |
ko | start () |
ko | wait_ready (Date deadline) |
void | stop () |
void | join () |
boolean | is_active () |
ko | wait_auth () |
void | push_cinfo (PrintStream os) |
void | pop_cinfo () |
void | set_busy_handlers (busyled_t.handler_t hsend, busyled_t.handler_t hrecv) |
void | destroy () |
us.wallet.wallet.api | get_wallet_api (String subhome_ignored) |
us.wallet.pairing.api | get_pairing_api () |
![]() | |
virtual | ~supervisor () |
virtual bool | is_active () const =0 |
Implemented in us.wallet.daemon.rpc_api.
Referenced by us.wallet.daemon.api_stream_parseable.allw().
void us.wallet.daemon.api.destroy | ( | ) |
Implemented in us.wallet.daemon.rpc_api.
pair<ko, byte[]> us.wallet.daemon.api.get_component_update | ( | String | _arg_component, |
String | _arg_curver | ||
) |
Implemented in us.wallet.daemon.rpc_api.
Referenced by us.wallet.daemon.api_stream_parseable.get_component_update().
us.wallet.pairing.api us.wallet.daemon.api.get_pairing_api | ( | ) |
Implemented in us.wallet.daemon.rpc_api.
Referenced by us.wallet.daemon.api_stream_parseable.api_stream_parseable().
us.wallet.wallet.api us.wallet.daemon.api.get_wallet_api | ( | String | subhome_ignored | ) |
Implemented in us.wallet.daemon.rpc_api.
pair<ko, String> us.wallet.daemon.api.harvest | ( | uint16_t | _arg_id, |
uint16_t | _arg_timeout, | ||
uint16_t | _arg_decay, | ||
PrivateKey | _arg_priv | ||
) |
Implemented in us.wallet.daemon.rpc_api.
Referenced by us.wallet.daemon.api_stream_parseable.harvest().
boolean us.wallet.daemon.api.is_active | ( | ) |
Implements us::gov::io::screen::supervisor.
Implemented in us.wallet.daemon.rpc_api.
void us.wallet.daemon.api.join | ( | ) |
Implemented in us.wallet.daemon.rpc_api.
Implemented in us.wallet.daemon.rpc_api.
Referenced by us.wallet.daemon.api_stream_parseable.list_wallets().
Implemented in us.wallet.daemon.rpc_api.
Referenced by us.wallet.daemon.api_stream_parseable.ping().
void us.wallet.daemon.api.pop_cinfo | ( | ) |
Implemented in us.wallet.daemon.rpc_api.
Implemented in us.wallet.daemon.rpc_api.
Referenced by us.wallet.daemon.api_stream_parseable.print_grid().
void us.wallet.daemon.api.push_cinfo | ( | PrintStream | os | ) |
Implemented in us.wallet.daemon.rpc_api.
Implemented in us.wallet.daemon.rpc_api.
Referenced by us.wallet.daemon.api_stream_parseable.reload_file().
void us.wallet.daemon.api.set_busy_handlers | ( | busyled_t.handler_t | hsend, |
busyled_t.handler_t | hrecv | ||
) |
Implemented in us.wallet.daemon.rpc_api.
ko us.wallet.daemon.api.start | ( | ) |
Implemented in us.wallet.daemon.rpc_api.
void us.wallet.daemon.api.stop | ( | ) |
Implemented in us.wallet.daemon.rpc_api.
Implemented in us.wallet.daemon.rpc_api.
Referenced by us.wallet.daemon.api_stream_parseable.sync().
ko us.wallet.daemon.api.wait_auth | ( | ) |
Implemented in us.wallet.daemon.rpc_api.
ko us.wallet.daemon.api.wait_ready | ( | Date | deadline | ) |
Implemented in us.wallet.daemon.rpc_api.