Uses of Interface
com.orientechnologies.orient.server.plugin.OServerPlugin
Packages that use OServerPlugin
Package
Description
-
Uses of OServerPlugin in com.orientechnologies.agent
Classes in com.orientechnologies.agent that implement OServerPluginMethods in com.orientechnologies.agent with parameters of type OServerPluginModifier and TypeMethodDescriptionvoidOEnterpriseAgent.onAfterConfig(OServerPlugin plugin, OServerParameterConfiguration[] cfg) voidOEnterpriseAgent.onAfterShutdown(OServerPlugin plugin) voidOEnterpriseAgent.onAfterStartup(OServerPlugin plugin) voidOEnterpriseAgent.onBeforeConfig(OServerPlugin plugin, OServerParameterConfiguration[] cfg) voidOEnterpriseAgent.onBeforeShutdown(OServerPlugin plugin) voidOEnterpriseAgent.onBeforeStartup(OServerPlugin plugin) -
Uses of OServerPlugin in com.orientechnologies.enterprise.server
Classes in com.orientechnologies.enterprise.server that implement OServerPluginModifier and TypeClassDescriptionclassCreated by Enrico Risa on 16/07/2018. -
Uses of OServerPlugin in com.orientechnologies.orient.etl
Classes in com.orientechnologies.orient.etl that implement OServerPlugin -
Uses of OServerPlugin in com.orientechnologies.orient.server
Methods in com.orientechnologies.orient.server with type parameters of type OServerPluginModifier and TypeMethodDescription<RET extends OServerPlugin>
RET<RET extends OServerPlugin>
RETOServer.getPluginByClass(Class<RET> iPluginClass) -
Uses of OServerPlugin in com.orientechnologies.orient.server.distributed.impl
Classes in com.orientechnologies.orient.server.distributed.impl that implement OServerPluginModifier and TypeClassDescriptionclassPlugin to manage the distributed environment. -
Uses of OServerPlugin in com.orientechnologies.orient.server.distributed.impl.proxy
Classes in com.orientechnologies.orient.server.distributed.impl.proxy that implement OServerPlugin -
Uses of OServerPlugin in com.orientechnologies.orient.server.handler
Subinterfaces of OServerPlugin in com.orientechnologies.orient.server.handlerClasses in com.orientechnologies.orient.server.handler that implement OServerPluginModifier and TypeClassDescriptionclassAutomatically creates a backup at configured time.classServer Plugin to register custom SQL functions.classclassDeprecated.classAllow the execution of server-side scripting. -
Uses of OServerPlugin in com.orientechnologies.orient.server.hazelcast
Classes in com.orientechnologies.orient.server.hazelcast that implement OServerPluginModifier and TypeClassDescriptionclassWe keep this since it is the easiest way not to break configuration files! -
Uses of OServerPlugin in com.orientechnologies.orient.server.plugin
Classes in com.orientechnologies.orient.server.plugin that implement OServerPluginModifier and TypeClassDescriptionclassAbstract class to make OServerHandler implementation easier.Methods in com.orientechnologies.orient.server.plugin that return OServerPluginModifier and TypeMethodDescriptionOServerPluginInfo.getInstance()protected OServerPluginOServerPluginManager.startPluginClass(String iClassName, URLClassLoader pluginClassLoader, OServerParameterConfiguration[] params) Methods in com.orientechnologies.orient.server.plugin with parameters of type OServerPluginModifier and TypeMethodDescriptionvoidOServerPluginManager.callListenerAfterConfig(OServerPlugin plugin, OServerParameterConfiguration[] cfg) voidOServerPluginManager.callListenerAfterShutdown(OServerPlugin plugin) voidOServerPluginManager.callListenerAfterStartup(OServerPlugin plugin) voidOServerPluginManager.callListenerBeforeConfig(OServerPlugin plugin, OServerParameterConfiguration[] cfg) voidOServerPluginManager.callListenerBeforeShutdown(OServerPlugin plugin) voidOServerPluginManager.callListenerBeforeStartup(OServerPlugin plugin) voidOPluginLifecycleListener.onAfterConfig(OServerPlugin plugin, OServerParameterConfiguration[] cfg) voidOPluginLifecycleListener.onAfterShutdown(OServerPlugin plugin) voidOPluginLifecycleListener.onAfterStartup(OServerPlugin plugin) voidOPluginLifecycleListener.onBeforeConfig(OServerPlugin plugin, OServerParameterConfiguration[] cfg) voidOPluginLifecycleListener.onBeforeShutdown(OServerPlugin plugin) voidOPluginLifecycleListener.onBeforeStartup(OServerPlugin plugin) Constructors in com.orientechnologies.orient.server.plugin with parameters of type OServerPluginModifierConstructorDescriptionOServerPluginInfo(String name, String version, String description, String web, OServerPlugin instance, Map<String, Object> parameters, long loadedOn, URLClassLoader pluginClassLoader) -
Uses of OServerPlugin in com.orientechnologies.orient.server.plugin.livequery
Classes in com.orientechnologies.orient.server.plugin.livequery that implement OServerPlugin -
Uses of OServerPlugin in com.orientechnologies.orient.server.plugin.mail
Classes in com.orientechnologies.orient.server.plugin.mail that implement OServerPlugin -
Uses of OServerPlugin in com.orientechnologies.security
Classes in com.orientechnologies.security that implement OServerPlugin -
Uses of OServerPlugin in com.orientechnologies.security.syslog
Classes in com.orientechnologies.security.syslog that implement OServerPluginModifier and TypeClassDescriptionclassProvides a default implementation for syslog access. -
Uses of OServerPlugin in com.orientechnologies.tinkerpop.handler
Classes in com.orientechnologies.tinkerpop.handler that implement OServerPlugin -
Uses of OServerPlugin in com.orientechnologies.tinkerpop.server
Classes in com.orientechnologies.tinkerpop.server that implement OServerPluginModifier and TypeClassDescriptionclassCreated by Enrico Risa on 06/09/2017.