Ice 3.7 Slice API Reference
Operations | List of all members
Ice::Plugin Local Interface Reference

A communicator plug-in. More...

defined in <Ice/Plugin.ice>

local interface Plugin { ... }

Operations

void destroy ()
 Called when the communicator is being destroyed. More...
 
void initialize ()
 Perform any necessary initialization steps. More...
 

Detailed Description

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 Plugin#initialize on each one.

Operation Documentation

◆ destroy()

void destroy ( )

Called when the communicator is being destroyed.

◆ initialize()

void initialize ( )

Perform any necessary initialization steps.


The documentation for this interface was generated from the following file: