Ice 3.6 Slice API Reference
|
An application service managed by a ServiceManager. More...
Defined in <IceBox/IceBox.ice>
local interface Service { ... }
Operations | |
void | start (string name, Ice::Communicator communicator, Ice::StringSeq args) |
Start the service. More... | |
void | stop () |
Stop the service. More... | |
An application service managed by a ServiceManager.
void start | ( | string | name, |
Ice::Communicator | communicator, | ||
Ice::StringSeq | args | ||
) |
Start the service.
The given communicator is created by the ServiceManager for use by the service. This communicator may also be used by other services, depending on the service configuration.
The ServiceManager owns this communicator, and is responsible for destroying it.
name | The service's name, as determined by the configuration. |
communicator | A communicator for use by the service. |
args | The service arguments that were not converted into properties. |
FailureException | Raised if start failed. |
void stop | ( | ) |
Stop the service.