Package com.zeroc.Ice

Interface Plugin

All Known Subinterfaces:
Plugin
All Known Implementing Classes:
LoggerPlugin, ThreadHookPlugin

public 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.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the communicator is being destroyed.
    void
    Perform any necessary initialization steps.
  • Method Details

    • initialize

      void initialize()
      Perform any necessary initialization steps.
    • destroy

      void destroy()
      Called when the communicator is being destroyed.