Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ applicationInit()

virtual void IceGrid::ApplicationObserver::applicationInit ( std::int32_t serial,
ApplicationInfoSeq applications,
const Ice::Current & current )
pure virtual

Provides the initial application infos to the observer.

Parameters
serialThe current serial number of the registry database. This serial number allows observers to make sure that their internal state is synchronized with the registry.
applicationsThe applications currently registered with the registry.
currentThe Current object of the incoming request.