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. |
The service's name, as determined by the configuration.
A communicator for use by the service.
The service arguments that were not converted into properties.
Raised if start failed.
<<< Previous | Home | Next >>> |
IceBox::FailureException | Up | IceBox::ServiceManager |