Ice 3.8
Slice API Reference
Loading...
Searching...
No Matches
IceBox::ServiceObserver Interface Reference

Observes the status of services in an IceBox server. More...

defined in <IceBox/ServiceManager.ice>

interface ServiceObserver { ... }

Operations

void servicesStarted (Ice::StringSeq services)
 Receives the names of the services that were started.
void servicesStopped (Ice::StringSeq services)
 Receives the names of the services that were stopped.

Detailed Description

Observes the status of services in an IceBox server.

Remarks
This interface is implemented by admin tools that monitor the IceBox server.
See also
ServiceManager::addObserver

Definition at line 37 of file ServiceManager.ice.


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