|
Ice 3.7 Slice API Reference
|
An Observer interface implemented by admin clients interested in the status of services. More...
defined in <IceBox/IceBox.ice>
interface ServiceObserver { ... }
Operations | |
| void | servicesStarted (Ice::StringSeq services) |
| Receives the names of the services that were started. More... | |
| void | servicesStopped (Ice::StringSeq services) |
| Receives the names of the services that were stopped. More... | |
An Observer interface implemented by admin clients interested in the status of services.
| void servicesStarted | ( | Ice::StringSeq | services | ) |
Receives the names of the services that were started.
| services | The names of the services. |
| void servicesStopped | ( | Ice::StringSeq | services | ) |
Receives the names of the services that were stopped.
| services | The names of the services. |