Class PluginFactory

java.lang.Object
com.zeroc.IceBT.PluginFactory
All Implemented Interfaces:
PluginFactory

public class PluginFactory extends Object implements PluginFactory
Creates IceBT plug-ins.
  • Constructor Details

    • PluginFactory

      public PluginFactory()
  • Method Details

    • getPluginName

      public String getPluginName()
      Description copied from interface: PluginFactory
      Returns the default and preferred name for plug-ins created by this factory.
      Specified by:
      getPluginName in interface PluginFactory
      Returns:
      The default and preferred name for plug-ins created by this factory.
    • create

      public Plugin create(Communicator communicator, String name, String[] args)
      Description copied from interface: PluginFactory
      Called by the Ice run time to create a new plug-in.
      Specified by:
      create in interface PluginFactory
      Parameters:
      communicator - The communicator that is in the process of being initialized.
      name - The name of the plug-in.
      args - The arguments that are specified in the plug-ins configuration.
      Returns:
      The plug-in that was created by this method.