Documentation for Ice 3.4. The latest release is Ice 3.7. Refer to the space directory for other releases.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


Freeze::ServantInitializer

Overview

local interface ServantInitializer

A servant initializer provides the application with an opportunity to perform custom servant initialization.

See Also

Operation Index

initialize — Called whenever the evictor creates a new servant.

Operations

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.

Parameters

adapter — The object adapter in which the evictor is installed.
identity — The identity of the Ice object for which the servant was created.
facet — The facet. An empty facet means the default facet.
servant — The servant to initialize.

See Also

  • No labels