Package oracle.dbtools.plugin.api
Interface Lifecycle
public interface Lifecycle
Extension point for services interested in responding to application startup
and shutdown events.
- Author:
- cdivilly
-
Method Summary
-
Method Details
-
startup
void startup()Called when the application is starting up and before request processing has commenced. -
shutdown
void shutdown()Called when the application is shutting down and after request processing has ceased.
-