![]() |
Ice 3.9
Slice API Reference
|
Administers the services of an IceBox server. More...
defined in <IceBox/ServiceManager.ice>
interface ServiceManager { ... }
Operations | |
| void | addObserver (ServiceObserver *observer) |
| Registers a new observer with this service manager. | |
| bool | isServiceRunning (string service) throws NoSuchServiceException |
| Returns whether a service is running. | |
| void | shutdown () |
| Shuts down all services. | |
| void | startService (string service) throws AlreadyStartedException, NoSuchServiceException |
| Starts a service. | |
| void | stopService (string service) throws AlreadyStoppedException, NoSuchServiceException |
| Stops a service. | |
Administers the services of an IceBox server.
Definition at line 49 of file ServiceManager.ice.