|
Ice 3.7 Slice API 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... | |
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.
| void destroy | ( | ) |
Called when the communicator is being destroyed.
| void initialize | ( | ) |
Perform any necessary initialization steps.