| java.lang.Object org.h2.tools.Console
Console | public class Console implements ActionListener,MouseListener,ShutdownHandler(Code) | | This tool starts the H2 Console (web-) server, as well as the TCP and PG
server. For JDK 1.6, a system tray icon is created, for platforms that
support it. Otherwise, a small window opens.
author: Thomas Mueller, Ridvan Agar |
main | public static void main(String[] args) throws Exception(Code) | | The command line interface for this tool.
The command line options are the same as in the Server tool,
but this tool will always start the TCP, TCP and PG server.
Options are case sensitive.
Parameters: args - the command line arguments throws: Exception - |
shutdown | public void shutdown()(Code) | | INTERNAL
|
|
|