com.servoy.j2db.plugins
Interface IServerPlugin
- All Superinterfaces:
- IPlugin
public interface IServerPlugin
- extends IPlugin
getRequiredPropertyNames
Map<String,String> getRequiredPropertyNames()
- Provide the properties that can be used to configure this plugin.
Key must be the property name (prefix with plugin name to
prevent collisions), the value should be some description/information about this property
- Returns:
- the properties
initialize
void initialize(IServerAccess app)
throws PluginException
- Called on application startup after application started.
- Throws:
PluginException