org.infinispan.ec2demo.web
Class CacheServletListener

java.lang.Object
  extended by org.infinispan.ec2demo.web.CacheServletListener
All Implemented Interfaces:
EventListener, ServletContextListener

public class CacheServletListener
extends Object
implements ServletContextListener

Author:
noconnor@redhat.com

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

Constructor Detail

CacheServletListener

public CacheServletListener()
Method Detail

contextDestroyed

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

contextInitialized

public void contextInitialized(ServletContextEvent arg0)
Specified by:
contextInitialized in interface ServletContextListener

-->

Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.