com.sibvisions.rad.server.plugin
Interface IServerPlugin


public interface IServerPlugin

The IServerPlugin defines the handling of server-side plugins. A plugin should be used to add functionality to the server or to configure the server without linking the plugin into the server.


Method Summary
 void install(IServer pServer)
          Installs the plugin.
 void uninstall(IServer pServer)
          Uninstalls the plugin.
 

Method Detail

install

void install(IServer pServer)
Installs the plugin.

Parameters:
pServer - the server

uninstall

void uninstall(IServer pServer)
Uninstalls the plugin.

Parameters:
pServer - the server


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.