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 »


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.

Operations

void initialize()

Perform any necessary initialization steps.

void destroy()

Called when the communicator is being destroyed.


  • No labels