java.lang.Object
com.zeroc.IceBT.PluginFactory
- All Implemented Interfaces:
PluginFactory
Creates IceBT plug-ins.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(Communicator communicator, String name, String[] args) Called by the Ice run time to create a new plug-in.Returns the default and preferred name for plug-ins created by this factory.
-
Constructor Details
-
PluginFactory
public PluginFactory()
-
-
Method Details
-
getPluginName
Description copied from interface:PluginFactory
Returns the default and preferred name for plug-ins created by this factory.- Specified by:
getPluginName
in interfacePluginFactory
- Returns:
- The default and preferred name for plug-ins created by this factory.
-
create
Description copied from interface:PluginFactory
Called by the Ice run time to create a new plug-in.- Specified by:
create
in interfacePluginFactory
- 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.
-