org.fcrepo.server.utilities
Class CleanupContextListener

java.lang.Object
  extended by org.fcrepo.server.utilities.CleanupContextListener
All Implemented Interfaces:
EventListener, javax.servlet.ServletContextListener

public class CleanupContextListener
extends Object
implements javax.servlet.ServletContextListener

Cleanup listener for general resource handling

Version:
$Id$

Constructor Summary
CleanupContextListener()
           
 
Method Summary
 void contextDestroyed(javax.servlet.ServletContextEvent event)
          Clean up resources used by the application when stopped
 void contextInitialized(javax.servlet.ServletContextEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CleanupContextListener

public CleanupContextListener()
Method Detail

contextInitialized

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

contextDestroyed

public void contextDestroyed(javax.servlet.ServletContextEvent event)
Clean up resources used by the application when stopped

Specified by:
contextDestroyed in interface javax.servlet.ServletContextListener


Copyright © 2011 DuraSpace. All Rights Reserved.