Servoy 5.x Public API

com.servoy.j2db.plugins
Interface IServerPlugin

All Superinterfaces:
IPlugin

public interface IServerPlugin
extends IPlugin


Field Summary
 
Fields inherited from interface com.servoy.j2db.plugins.IPlugin
DISPLAY_NAME, PROPERTY_CURRENT_WINDOW, PROPERTY_LOCALE, PROPERTY_SOLUTION
 
Method Summary
 Map<String,String> getRequiredPropertyNames()
          Provide the properties that can be used to configure this plugin.
 void initialize(IServerAccess app)
          Called on application startup after application started.
 
Methods inherited from interface com.servoy.j2db.plugins.IPlugin
getProperties, load, unload
 

Method Detail

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

Copyright © 2010 Servoy B.V.