Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches
Ice::Plugin Class Referenceabstract

Represents a communicator plug-in. More...

#include <Ice/Ice.h>

Inheritance diagram for Ice::Plugin:

Public Member Functions

virtual void destroy ()=0
 Destroys this plugin. This function is called when the communicator is destroyed.
virtual void initialize ()=0
 Performs any necessary initialization steps.

Detailed Description

Represents a communicator plug-in.

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

Definition at line 17 of file Plugin.h.


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