com.arjuna.wsc.messaging.deploy
Class CoordinationInitialisation

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

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

Initialise the coordination services.

Author:
kevin

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

CoordinationInitialisation

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