org.h2.server.web
Class DbStarter
java.lang.Object
org.h2.server.web.DbStarter
- All Implemented Interfaces:
- java.util.EventListener, javax.servlet.ServletContextListener
public class DbStarter
- extends java.lang.Object
- implements javax.servlet.ServletContextListener
This class can be used to start the H2 TCP server (or other H2 servers, for
example the PG server) inside a web application container such as Tomcat or
Jetty. It can also open a database connection.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DbStarter
public DbStarter()
contextInitialized
public void contextInitialized(javax.servlet.ServletContextEvent servletContextEvent)
- Specified by:
contextInitialized
in interface javax.servlet.ServletContextListener
getConnection
public java.sql.Connection getConnection()
- Get the connection.
- Returns:
- the connection
contextDestroyed
public void contextDestroyed(javax.servlet.ServletContextEvent servletContextEvent)
- Specified by:
contextDestroyed
in interface javax.servlet.ServletContextListener