at.spardat.xma.boot.server
Class BRTContextListener

java.lang.Object
  extended byat.spardat.xma.boot.server.BRTContextListener
All Implemented Interfaces:
java.util.EventListener, javax.servlet.ServletContextListener

public class BRTContextListener
extends java.lang.Object
implements javax.servlet.ServletContextListener

DemoContextListener tests context creation


Constructor Summary
BRTContextListener()
          construction
 
Method Summary
 void contextDestroyed(javax.servlet.ServletContextEvent arg0)
           
 void contextInitialized(javax.servlet.ServletContextEvent sce)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BRTContextListener

public BRTContextListener()
construction

Method Detail

contextInitialized

public void contextInitialized(javax.servlet.ServletContextEvent sce)
Specified by:
contextInitialized in interface javax.servlet.ServletContextListener

contextDestroyed

public void contextDestroyed(javax.servlet.ServletContextEvent arg0)
Specified by:
contextDestroyed in interface javax.servlet.ServletContextListener