Ice 3.6 Slice API Reference
All Classes Interfaces Structs Exceptions Modules Files Operations Constants Sequences Dictionaries Enumerations Enumerator Pages
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)
 
void servicesStopped (Ice::StringSeq services)
 

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)

◆ servicesStopped()

void servicesStopped ( Ice::StringSeq  services)

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