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

Monitors dynamically-registered object adapters. More...

defined in <IceGrid/Admin.ice>

interface AdapterObserver { ... }

Operations

void adapterAdded (AdapterInfo info)
 Notifies the observer that a dynamically-registered adapter was added.
void adapterInit (AdapterInfoSeq adpts)
 Provides the initial list of dynamically registered adapters to the observer.
void adapterRemoved (string id)
 Notifies the observer that a dynamically-registered adapter was removed.
void adapterUpdated (AdapterInfo info)

Detailed Description

Monitors dynamically-registered object adapters.

Definition at line 721 of file Admin.ice.


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