![]() |
Ice 3.8
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. | |
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.