com.arjuna.wst11.messaging.deploy
Class WSTCoordinatorInitialisation

java.lang.Object
  extended by com.arjuna.wst11.messaging.deploy.WSTCoordinatorInitialisation

public class WSTCoordinatorInitialisation
extends Object

Initialise the transaction coordinator services.

Author:
kevin

Constructor Summary
WSTCoordinatorInitialisation()
           
 
Method Summary
static void shutdown()
          The context is about to be destroyed.
static void startup()
          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

WSTCoordinatorInitialisation

public WSTCoordinatorInitialisation()
Method Detail

startup

public static void startup()
The context has been initialized.

Parameters:
servletContextEvent - The servlet context event.

shutdown

public static void shutdown()
The context is about to be destroyed.

Parameters:
servletContextEvent - The servlet context event.


Copyright © 2012. All Rights Reserved.