local interface ServantInitializer |
A servant initializer is installed in an evictor and provides the application with an opportunity to perform custom servant initialization.
Called whenever the evictor creates a new servant.
void initialize(::Ice::ObjectAdapter adapter, ::Ice::Identity identity, string facet, Object servant); |
Called whenever the evictor creates a new servant. This operation allows application code to perform custom servant initialization after the servant has been created by the evictor and its persistent state has been restored.
The object adapter in which the evictor is installed.
The identity of the Ice object for which the servant was created.
The facet. An empty facet means the default facet.
The servant to initialize.
<<< Previous | Home | Next >>> |
Freeze::ObjectRecord | Up | Freeze::Statistics |