org.apache.tuscany.sca.host.webapp
Class TuscanyContextListener

java.lang.Object
  extended by org.apache.tuscany.sca.host.webapp.TuscanyContextListener
Direct Known Subclasses:
HotUpdateContextListener

public class TuscanyContextListener
extends java.lang.Object

A ServletContextListener to create and close the SCADomain when the webapp is initialized or destroyed.


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

Constructor Detail

TuscanyContextListener

public TuscanyContextListener()
Method Detail

contextInitialized

public void contextInitialized(ServletContextEvent event)

contextDestroyed

public void contextDestroyed(ServletContextEvent event)