com.arjuna.wst.messaging.deploy
Class TransactionInitialisation

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

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

Initialise the transaction services.

Author:
kevin

Constructor Summary
TransactionInitialisation()
           
 
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

TransactionInitialisation

public TransactionInitialisation()
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.