
@Deprecated public class OLiveQueryPlugin extends OServerPluginAbstract implements ODatabaseLifecycleListener
Not needed anymore, keeping the class for backward compatibilty
ODatabaseLifecycleListener.PRIORITYenabled| 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 |
onCreateClass(ODatabaseInternal iDatabase,
OClass iClass)
Deprecated.
|
void |
onDrop(ODatabaseInternal iDatabase)
Deprecated.
|
void |
onDropClass(ODatabaseInternal iDatabase,
OClass iClass)
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.
|
getContent, onAfterClientRequest, onBeforeClientRequest, onClientConnection, onClientDisconnection, onClientError, sendShutdown, shutdown, startuppublic boolean isEnabled()
public void setEnabled(boolean enabled)
public void config(OServer iServer, OServerParameterConfiguration[] iParams)
OServerPluginconfig in interface OServerPluginconfig in class OServerPluginAbstractpublic ODatabaseLifecycleListener.PRIORITY getPriority()
getPriority in interface ODatabaseLifecycleListenerpublic void onCreate(ODatabaseInternal iDatabase)
onCreate in interface ODatabaseLifecycleListenerpublic void onOpen(ODatabaseInternal iDatabase)
onOpen in interface ODatabaseLifecycleListenerpublic void onClose(ODatabaseInternal iDatabase)
onClose in interface ODatabaseLifecycleListenerpublic void onDrop(ODatabaseInternal iDatabase)
onDrop in interface ODatabaseLifecycleListenerpublic void onCreateClass(ODatabaseInternal iDatabase, OClass iClass)
onCreateClass in interface ODatabaseLifecycleListenerpublic void onDropClass(ODatabaseInternal iDatabase, OClass iClass)
onDropClass in interface ODatabaseLifecycleListenerpublic void onLocalNodeConfigurationRequest(ODocument iConfiguration)
ODatabaseLifecycleListeneronLocalNodeConfigurationRequest in interface ODatabaseLifecycleListenerCopyright © 2009–2025 OrientDB. All rights reserved.