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 TypeMethodDescriptionvoidTcpServer.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 TypeMethodDescriptionvoidWebServer.setShutdownHandler(ShutdownHandler shutdownHandler) -
Uses of ShutdownHandler in org.h2.tools
Classes in org.h2.tools that implement ShutdownHandlerModifier and TypeClassDescriptionclassStarts the H2 Console (web-) server, as well as the TCP and PG server.classConsole for environments with AWT support.classStarts 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 TypeMethodDescriptionvoidServer.setShutdownHandler(ShutdownHandler shutdownHandler) INTERNAL