@Deprecated public class OLiveQueryPlugin extends OServerPluginAbstract implements ODatabaseLifecycleListener
Not needed anymore, keeping the class for backward compatibilty
ODatabaseLifecycleListener.PRIORITY
Constructor and Description |
---|
OLiveQueryPlugin()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
config(OServer iServer,
OServerParameterConfiguration[] iParams)
Deprecated.
Configures the handler.
|
String |
getName()
Deprecated.
|
ODatabaseLifecycleListener.PRIORITY |
getPriority()
Deprecated.
|
boolean |
isEnabled()
Deprecated.
|
void |
onClose(ODatabaseInternal iDatabase)
Deprecated.
|
void |
onCreate(ODatabaseInternal iDatabase)
Deprecated.
|
void |
onDrop(ODatabaseInternal iDatabase)
Deprecated.
|
void |
onLocalNodeConfigurationRequest(ODocument iConfiguration)
Deprecated.
Event called during the retrieving of distributed configuration, usually at startup and when
the cluster shape changes.
|
void |
onOpen(ODatabaseInternal iDatabase)
Deprecated.
|
void |
setEnabled(boolean enabled)
Deprecated.
|
void |
startup()
Deprecated.
|
getContent, onAfterClientRequest, onBeforeClientRequest, onClientConnection, onClientDisconnection, onClientError, sendShutdown, shutdown
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
onCreateClass, onCreateView, onDropClass, onDropView
onSocketAccepted, onSocketDestroyed
public boolean isEnabled()
public void setEnabled(boolean enabled)
public void config(OServer iServer, OServerParameterConfiguration[] iParams)
OServerPlugin
config
in interface OServerPlugin
config
in class OServerPluginAbstract
public ODatabaseLifecycleListener.PRIORITY getPriority()
getPriority
in interface ODatabaseLifecycleListener
public void startup()
startup
in interface OService
startup
in class OServerPluginAbstract
public void onCreate(ODatabaseInternal iDatabase)
onCreate
in interface ODatabaseLifecycleListener
public void onOpen(ODatabaseInternal iDatabase)
onOpen
in interface ODatabaseLifecycleListener
public void onClose(ODatabaseInternal iDatabase)
onClose
in interface ODatabaseLifecycleListener
public void onDrop(ODatabaseInternal iDatabase)
onDrop
in interface ODatabaseLifecycleListener
public void onLocalNodeConfigurationRequest(ODocument iConfiguration)
ODatabaseLifecycleListener
onLocalNodeConfigurationRequest
in interface ODatabaseLifecycleListener
Copyright © 2009–2020 OrientDB. All rights reserved.