com.arjuna.mw.wst.deploy
Class WSTXInitialisation

java.lang.Object
  extended bycom.arjuna.mw.wst.deploy.WSTXInitialisation
All Implemented Interfaces:
java.util.EventListener, javax.servlet.ServletContextListener

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

Initialise WSTX.

Author:
kevin

Constructor Summary
WSTXInitialisation()
           
 
Method Summary
 void contextDestroyed(javax.servlet.ServletContextEvent servletContextEvent)
          The context is about to be destroyed.
 void contextInitialized(javax.servlet.ServletContextEvent servletContextEvent)
          The context has been initialized.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSTXInitialisation

public WSTXInitialisation()
Method Detail

contextInitialized

public void contextInitialized(javax.servlet.ServletContextEvent servletContextEvent)
The context has been initialized.

Specified by:
contextInitialized in interface javax.servlet.ServletContextListener
Parameters:
servletContextEvent - The servlet context event.

contextDestroyed

public void contextDestroyed(javax.servlet.ServletContextEvent servletContextEvent)
The context is about to be destroyed.

Specified by:
contextDestroyed in interface javax.servlet.ServletContextListener
Parameters:
servletContextEvent - The servlet context event.