Ice 3.6 Slice API Reference
|
Administers a set of Service instances. More...
Defined in <IceBox/IceBox.ice>
interface ServiceManager { ... }
Operations | |
void | addObserver (ServiceObserver *observer) |
Registers a new observer with the ServiceManager. More... | |
idempotent Ice::SliceChecksumDict | getSliceChecksums () |
Returns the checksums for the IceBox Slice definitions. More... | |
void | shutdown () |
Shut down all services. More... | |
void | startService (string service) throws AlreadyStartedException, NoSuchServiceException |
Start an individual service. More... | |
void | stopService (string service) throws AlreadyStoppedException, NoSuchServiceException |
Stop an individual service. More... | |
void addObserver | ( | ServiceObserver * | observer | ) |
Registers a new observer with the ServiceManager.
observer | The new observer |
idempotent Ice::SliceChecksumDict getSliceChecksums | ( | ) |
Returns the checksums for the IceBox Slice definitions.
void shutdown | ( | ) |
Shut down all services.
This causes stop to be invoked on all configured services.
void startService | ( | string | service | ) | throws AlreadyStartedException, NoSuchServiceException |
Start an individual service.
service | The service name. |
void stopService | ( | string | service | ) | throws AlreadyStoppedException, NoSuchServiceException |
Stop an individual service.
service | The service name. |