Package com.zeroc.IceBT
Class PluginFactory
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) Returns a new IceBT plug-in.
-
Constructor Details
-
PluginFactory
public PluginFactory()
-
-
Method Details
-
create
Returns a new IceBT plug-in.- Specified by:
createin interfacePluginFactory- Parameters:
communicator- The communicator for the plug-in.name- The name of the plug-in.args- The arguments that are specified in the plug-in's configuration.- Returns:
- The new plug-in.
nullcan be returned to indicate that a general error occurred. Alternatively,createcan throw PluginInitializationException to provide more detailed information.
-