Package org.h2.server

Interface ShutdownHandler

All Known Implementing Classes:
Console, GUIConsole, Server

public interface ShutdownHandler
A shutdown handler is a listener for shutdown events.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Tell the listener to shut down.
  • Method Details

    • shutdown

      void shutdown()
      Tell the listener to shut down.