public interface AdministrationExtOperations extends AdministrationOperations
| Modifier and Type | Method and Description |
|---|---|
void |
force_remove_server(String server,
short signum) |
void |
kill_server(String server,
short signum) |
void |
link_servers(String server,
String[] peers) |
activate_server, add_or_update_server, find, list, remove_server, server_is_running, server_is_shutting_down, shutdown_server, shutdownvoid link_servers(String server, String[] peers) throws NotFound, CannotComplete
NotFoundCannotCompletevoid kill_server(String server, short signum) throws NotFound, CannotComplete
NotFoundCannotCompletevoid force_remove_server(String server, short signum) throws NotFound, CannotComplete
NotFoundCannotCompleteCopyright © 2017 JacORB. All rights reserved.