java.lang.Object
org.xbib.multiserv.plugin.jdbc.JDBCPlugin
org.xbib.multiserv.plugin.confserv.ConfServ
- Alle implementierten Schnittstellen:
org.xbib.multiserv.api.Plugin
public class ConfServ
extends org.xbib.multiserv.plugin.jdbc.JDBCPlugin
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungclass
class
class
class
class
class
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungList
<org.xbib.multiserv.api.CommandFunction> getFunctions
(org.xbib.multiserv.api.CommandServer commandServer) void
onExecute
(org.xbib.multiserv.api.CommandServer commandServer, org.xbib.multiserv.api.Command<?> command, Map<String, Object> params, List<String> response) void
onStart()
Von Klasse geerbte Methoden org.xbib.multiserv.plugin.jdbc.JDBCPlugin
executeStatement, getRow, getRows, insertStatement, insertStatement, onShutdown, queryAndApply, upsertStatement
-
Konstruktordetails
-
ConfServ
public ConfServ()
-
-
Methodendetails
-
onStart
- Angegeben von:
onStart
in Schnittstelleorg.xbib.multiserv.api.Plugin
- Setzt außer Kraft:
onStart
in Klasseorg.xbib.multiserv.plugin.jdbc.JDBCPlugin
- Löst aus:
IOException
-
getFunctions
public List<org.xbib.multiserv.api.CommandFunction> getFunctions(org.xbib.multiserv.api.CommandServer commandServer) -
onExecute
-