Class OLiveQueryPlugin
java.lang.Object
com.orientechnologies.orient.server.plugin.OServerPluginAbstract
com.orientechnologies.orient.server.plugin.livequery.OLiveQueryPlugin
- All Implemented Interfaces:
OService,OServerPlugin
Deprecated.
Created by Luigi Dell'Aquila
Not needed anymore, keeping the class for backward compatibilty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfig(OServer iServer, OServerParameterConfiguration[] iParams) Deprecated.Configures the handler.getName()Deprecated.booleanDeprecated.voidsetEnabled(boolean enabled) Deprecated.voidstartup()Deprecated.Methods inherited from class com.orientechnologies.orient.server.plugin.OServerPluginAbstract
getContent, onAfterClientRequest, onBeforeClientRequest, onClientConnection, onClientDisconnection, onClientError, sendShutdown, shutdownMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.orientechnologies.orient.server.plugin.OServerPlugin
onSocketAccepted, onSocketDestroyed
-
Constructor Details
-
OLiveQueryPlugin
public OLiveQueryPlugin()Deprecated.
-
-
Method Details
-
isEnabled
public boolean isEnabled()Deprecated. -
setEnabled
public void setEnabled(boolean enabled) Deprecated. -
config
Deprecated.Description copied from interface:OServerPluginConfigures the handler. Called at startup.- Specified by:
configin interfaceOServerPlugin- Overrides:
configin classOServerPluginAbstract
-
getName
Deprecated. -
startup
public void startup()Deprecated.- Specified by:
startupin interfaceOService- Overrides:
startupin classOServerPluginAbstract
-