Uses of Interface
org.h2.server.ShutdownHandler

Packages that use ShutdownHandler
org.h2.server.web The H2 Console tool. 
org.h2.tools Various tools. 
 

Uses of ShutdownHandler in org.h2.server.web
 

Methods in org.h2.server.web with parameters of type ShutdownHandler
 void WebServer.setShutdownHandler(ShutdownHandler shutdownHandler)
           
 

Uses of ShutdownHandler in org.h2.tools
 

Classes in org.h2.tools that implement ShutdownHandler
 class Console
          Starts the H2 Console (web-) server, as well as the TCP and PG server.
 class Server
          Starts the H2 Console (web-) server, TCP, and PG server.
 

Methods in org.h2.tools with parameters of type ShutdownHandler
 void Server.setShutdownHandler(ShutdownHandler shutdownHandler)
          INTERNAL