Package oracle.dbtools.plugin.api
Interface Lifecycle
-
public interface LifecycleExtension point for services interested in responding to application startup and shutdown events.- Author:
- cdivilly
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidshutdown()Called when the application is shutting down and after request processing has ceased.voidstartup()Called when the application is starting up and before request processing has commenced.
-