public interface DaemonRegistry
| Modifier and Type | Interface and Description |
|---|---|
static class |
DaemonRegistry.EmptyRegistryException |
| Modifier and Type | Method and Description |
|---|---|
List<DaemonInfo> |
getAll() |
List<DaemonInfo> |
getBusy() |
List<DaemonInfo> |
getIdle() |
void |
markBusy(Address address) |
void |
markIdle(Address address) |
void |
remove(Address address) |
void |
store(Address address,
DaemonContext daemonContext,
String password) |
List<DaemonInfo> getAll()
List<DaemonInfo> getIdle()
List<DaemonInfo> getBusy()
void store(Address address, DaemonContext daemonContext, String password)
void remove(Address address)
void markBusy(Address address)
void markIdle(Address address)
Copyright © 2013. All rights reserved