Package com.zeroc.Ice
Interface PluginFactory
- All Known Implementing Classes:
PluginFactory,PluginFactory
public interface PluginFactory
Applications implement this interface to provide a plug-in factory
to the Ice run time.
-
Method Summary
Modifier and TypeMethodDescriptioncreate(Communicator communicator, String name, String[] args) Called by the Ice run time to create a new plug-in.
-
Method Details
-
create
Called by the Ice run time to create a new plug-in.- 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.
-