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