Class OConfigurableHooksManager
java.lang.Object
com.orientechnologies.orient.server.handler.OConfigurableHooksManager
- All Implemented Interfaces:
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 :
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.orientechnologies.orient.core.db.ODatabaseLifecycleListener
ODatabaseLifecycleListener.PRIORITY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddHook(OServerHookConfiguration configuration) getName()voidonCreate(ODatabaseInternal iDatabase) voidonOpen(ODatabaseInternal iDatabase) Methods 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
onClose, onCreateClass, onCreateView, onDrop, onDropClass, onDropView, onLocalNodeConfigurationRequest
-
Constructor Details
-
OConfigurableHooksManager
-
-
Method Details
-
addHook
-
getPriority
- Specified by:
getPriorityin interfaceODatabaseLifecycleListener
-
onCreate
- Specified by:
onCreatein interfaceODatabaseLifecycleListener
-
onOpen
- Specified by:
onOpenin interfaceODatabaseLifecycleListener
-
getName
-