com.ora.jsp.servlets
Class ResourceManagerListener

java.lang.Object
  extended bycom.ora.jsp.servlets.ResourceManagerListener
All Implemented Interfaces:
java.util.EventListener, javax.servlet.ServletContextListener

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

This class manages the resources used by the Project Billboard application, creating them and making them available when the application starts and removing them when the application is shut down.

Version:
1.0
Author:
Hans Bergsten, Gefion software

Constructor Summary
ResourceManagerListener()
           
 
Method Summary
 void contextDestroyed(javax.servlet.ServletContextEvent sce)
           
 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

ResourceManagerListener

public ResourceManagerListener()
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 sce)
Specified by:
contextDestroyed in interface javax.servlet.ServletContextListener