![]() |
Ice 3.9
Slice API 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. | |