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) A plug-in factory function responsible for creating an Ice 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:PluginFactoryReturns the default and preferred name for plug-ins created by this factory.- Specified by:
getPluginNamein interfacePluginFactory- Returns:
- the name for plug-ins created by this factory
-
create
Description copied from interface:PluginFactoryA plug-in factory function responsible for creating an Ice plug-in.- Specified by:
createin interfacePluginFactory- Parameters:
communicator- the communicator in which the plug-in will be installedname- the name assigned to the plug-inargs- additional arguments included in the plug-in's configuration- Returns:
- a new plug-in object
-