Ice 3.8
Slice API Reference
Loading...
Searching...
No Matches
IceGrid::ApplicationObserver Interface Reference

Monitors applications. More...

defined in <IceGrid/Admin.ice>

interface ApplicationObserver { ... }

Operations

void applicationAdded (int serial, ApplicationInfo desc)
 Notifies the observer that an application was added.
void applicationInit (int serial, ApplicationInfoSeq applications)
 Provides the initial application infos to the observer.
void applicationRemoved (int serial, string name)
 Notifies the observer that an application was removed.
void applicationUpdated (int serial, ApplicationUpdateInfo desc)
 Notifies the observer that an application was updated.

Detailed Description

Monitors applications.

Definition at line 696 of file Admin.ice.


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