|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
void install(IServer pServer)
pServer
- the servervoid uninstall(IServer pServer)
pServer
- the server
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |