Class OConfigurableHooksManager

java.lang.Object
com.orientechnologies.orient.server.handler.OConfigurableHooksManager
All Implemented Interfaces:
ODatabaseLifecycleListener

public class OConfigurableHooksManager extends Object implements ODatabaseLifecycleListener
User: kasper fock Date: 09/11/12 Time: 22:35 Registers hooks defined the in xml configuration.

Hooks can be defined in xml as :

In case any parameters is defined the hook class should have a method with following signature: public void config(OServer oServer, OServerParameterConfiguration[] iParams)