Ice 3.8
Slice API Reference
Loading...
Searching...
No Matches
IceBox::ServiceManager Interface 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.

Detailed Description

Administers the services of an IceBox server.

Definition at line 49 of file ServiceManager.ice.


The documentation for this interface was generated from the following file: