Ice 3.7 Slice API Reference
Operations | List of all members
IceBox::ServiceObserver Interface Reference

An Observer interface implemented by admin clients interested in the status of services. More...

defined in <IceBox/IceBox.ice>

interface ServiceObserver { ... }

Operations

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

Detailed Description

An Observer interface implemented by admin clients interested in the status of services.

See also
ServiceManager

Operation Documentation

◆ servicesStarted()

void servicesStarted ( Ice::StringSeq  services)

Receives the names of the services that were started.

Parameters
servicesThe names of the services.

◆ servicesStopped()

void servicesStopped ( Ice::StringSeq  services)

Receives the names of the services that were stopped.

Parameters
servicesThe names of the services.

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