Class OOrientListenerAbstract
java.lang.Object
com.orientechnologies.orient.core.OOrientListenerAbstract
- All Implemented Interfaces:
OOrientListener,OOrientShutdownListener,OOrientStartupListener
- Direct Known Subclasses:
OPartitionedDatabasePool,OPartitionedDatabasePoolFactory,OResourcePoolFactory
public abstract class OOrientListenerAbstract
extends Object
implements OOrientListener, OOrientStartupListener, OOrientShutdownListener
Abstract implementation of OOrientListener interface.
- Author:
- Luca Garulli (l.garulli--(at)--orientdb.com)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidonStorageRegistered(OStorage iStorage) voidonStorageUnregistered(OStorage iStorage)
-
Constructor Details
-
OOrientListenerAbstract
public OOrientListenerAbstract()
-
-
Method Details
-
onStartup
public void onStartup()- Specified by:
onStartupin interfaceOOrientStartupListener
-
onStorageRegistered
- Specified by:
onStorageRegisteredin interfaceOOrientListener
-
onStorageUnregistered
- Specified by:
onStorageUnregisteredin interfaceOOrientListener
-
onShutdown
public void onShutdown()- Specified by:
onShutdownin interfaceOOrientListener- Specified by:
onShutdownin interfaceOOrientShutdownListener
-