IceBox::ServiceManager
Overview
interface ServiceManager
Administers a set of Service instances.
See Also
- Service
Operation Index
- getSliceChecksums
-
Returns the checksums for the IceBox Slice definitions.
- startService
-
Start an individual service.
- stopService
-
Stop an individual service.
- addObserver
-
Registers a new observer with the ServiceManager
@param observer The new observer
- shutdown
-
Shut down all services.
Operations
Returns the checksums for the IceBox Slice definitions.
Return Value
A dictionary mapping Slice type ids to their checksums.
Start an individual service.
Parameters
- service
-
The service name.
Stop an individual service.
Parameters
- service
-
The service name.
Registers a new observer with the ServiceManager
Parameters
- observer
-
The new observer
Shut down all services. This causes Service::stop to be
invoked on all configured services.