Uses of Interface
org.h2.server.ShutdownHandler
Packages that use ShutdownHandler
Package
Description
A small FTP server.
The H2 Console tool.
Various tools.
-
Uses of ShutdownHandler in org.h2.server
Fields in org.h2.server declared as ShutdownHandlerMethods in org.h2.server with parameters of type ShutdownHandlerModifier and TypeMethodDescriptionvoid
TcpServer.setShutdownHandler
(ShutdownHandler shutdownHandler) -
Uses of ShutdownHandler in org.h2.server.web
Fields in org.h2.server.web declared as ShutdownHandlerMethods in org.h2.server.web with parameters of type ShutdownHandlerModifier and TypeMethodDescriptionvoid
WebServer.setShutdownHandler
(ShutdownHandler shutdownHandler) -
Uses of ShutdownHandler in org.h2.tools
Classes in org.h2.tools that implement ShutdownHandlerModifier and TypeClassDescriptionclass
Starts the H2 Console (web-) server, as well as the TCP and PG server.class
Console for environments with AWT support.class
Starts the H2 Console (web-) server, TCP, and PG server.Fields in org.h2.tools declared as ShutdownHandlerMethods in org.h2.tools with parameters of type ShutdownHandlerModifier and TypeMethodDescriptionvoid
Server.setShutdownHandler
(ShutdownHandler shutdownHandler) INTERNAL