Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Znav
nextIce-PluginInitializationException
prevIce-OperationNotExistException
Section


Ice::Plugin

Overview

local interface Plugin

A communicator plug-in. A plug-in generally adds a feature to a communicator, such as support for a protocol. The communicator loads its plug-ins in two stages: the first stage creates the plug-ins, and the second stage invokes initialize on each one.

Used By

Operation Index

initialize — Perform any necessary initialization steps.
destroy — Called when the communicator is being destroyed.

Ztop

Operations

void
Anchor
initialize
initialize
initialize()

Perform any necessary initialization steps.

void
Anchor
destroy
destroy
destroy()

Called when the communicator is being destroyed.

Ztop

Znav
nextIce-PluginInitializationException
prevIce-OperationNotExistException
Section