Class OLiveQueryPlugin
java.lang.Object
com.orientechnologies.orient.server.plugin.OServerPluginAbstract
com.orientechnologies.orient.server.plugin.livequery.OLiveQueryPlugin
- All Implemented Interfaces:
OService,ODatabaseLifecycleListener,OServerPlugin
@Deprecated
public class OLiveQueryPlugin
extends OServerPluginAbstract
implements ODatabaseLifecycleListener
Deprecated.
Created by Luigi Dell'Aquila
Not needed anymore, keeping the class for backward compatibilty
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.orientechnologies.orient.core.db.ODatabaseLifecycleListener
ODatabaseLifecycleListener.PRIORITY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfig(OServer iServer, OServerParameterConfiguration[] iParams) Deprecated.Configures the handler.getName()Deprecated.Deprecated.booleanDeprecated.voidonClose(ODatabaseInternal iDatabase) Deprecated.voidonCreate(ODatabaseInternal iDatabase) Deprecated.voidonDrop(ODatabaseInternal iDatabase) Deprecated.voidonLocalNodeConfigurationRequest(ODocument iConfiguration) Deprecated.Event called during the retrieving of distributed configuration, usually at startup and when the cluster shape changes.voidonOpen(ODatabaseInternal iDatabase) Deprecated.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.core.db.ODatabaseLifecycleListener
onCreateClass, onCreateView, onDropClass, onDropViewMethods 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. -
getPriority
Deprecated.- Specified by:
getPriorityin interfaceODatabaseLifecycleListener
-
startup
public void startup()Deprecated.- Specified by:
startupin interfaceOService- Overrides:
startupin classOServerPluginAbstract
-
onCreate
Deprecated.- Specified by:
onCreatein interfaceODatabaseLifecycleListener
-
onOpen
Deprecated.- Specified by:
onOpenin interfaceODatabaseLifecycleListener
-
onClose
Deprecated.- Specified by:
onClosein interfaceODatabaseLifecycleListener
-
onDrop
Deprecated.- Specified by:
onDropin interfaceODatabaseLifecycleListener
-
onLocalNodeConfigurationRequest
Deprecated.Description copied from interface:ODatabaseLifecycleListenerEvent called during the retrieving of distributed configuration, usually at startup and when the cluster shape changes. You can use this event to enrich the ODocument sent to the client with custom properties.- Specified by:
onLocalNodeConfigurationRequestin interfaceODatabaseLifecycleListener
-