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 ShutdownHandlerTcpServer. shutdownHandlerMethods in org.h2.server with parameters of type ShutdownHandler Modifier and Type Method Description voidTcpServer. 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 ShutdownHandlerWebServer. shutdownHandlerMethods in org.h2.server.web with parameters of type ShutdownHandler Modifier and Type Method Description voidWebServer. setShutdownHandler(ShutdownHandler shutdownHandler) -
Uses of ShutdownHandler in org.h2.tools
Classes in org.h2.tools that implement ShutdownHandler Modifier and Type Class Description classConsoleStarts the H2 Console (web-) server, as well as the TCP and PG server.classGUIConsoleConsole for environments with AWT support.classServerStarts the H2 Console (web-) server, TCP, and PG server.Fields in org.h2.tools declared as ShutdownHandler Modifier and Type Field Description private ShutdownHandlerServer. shutdownHandlerMethods in org.h2.tools with parameters of type ShutdownHandler Modifier and Type Method Description voidServer. setShutdownHandler(ShutdownHandler shutdownHandler)INTERNAL
-