All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
boolean |
addAlias(ServiceAlias S) |
void |
addBinding(Service S) |
boolean |
addEntry(Object o) |
boolean |
addService(Service S) |
boolean |
checkBinding(Service S) |
boolean |
checkConflict(String ip,
int min,
int max) |
boolean |
delAlias(String name) |
void |
delBinding(Service S) |
boolean |
delService(Service S) |
Service[] |
getServices(String name) |
Service[] |
getServices(String name,
int level) |
Service[] |
getServices(String name,
int level,
boolean resolveAlias) |
Service[] |
getServices(String name,
String level) |
Service[] |
getServices(String name,
String level,
boolean resolveAlias) |
String[] |
listNames(String prefix,
int level) |
String[] |
listNames(String prefix,
String level) |
Object[] |
listServices(String prefix,
int level) |
Object[] |
listServices(String prefix,
String level) |
void |
load(String fname) |
static void |
main(String[] args) |
static void |
pr(String s) |
void |
save(Writer F) |
boolean |
updateService(Service S) |