org.semanticweb.triple.service
Class Listener

java.lang.Object
  extended byorg.semanticweb.triple.service.Listener

public class Listener
extends java.lang.Object

This is the main routine, the entry and exit point of the web application. The web application's contextInitialized() and contextDestroyed() are called when Tomcat/the servlet container starts or stops the web application.

Author:
Andreas Harth $Id$

Constructor Summary
Listener()
           
 
Method Summary
 void contextDestroyed(ServletContextEvent event)
          Servlet context is about to be shut down.
 void contextInitialized(ServletContextEvent event)
          The "main method", starting point for the web application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Listener

public Listener()
Method Detail

contextInitialized

public void contextInitialized(ServletContextEvent event)
The "main method", starting point for the web application.


contextDestroyed

public void contextDestroyed(ServletContextEvent event)
Servlet context is about to be shut down.