com.arjuna.mw.wst11.deploy
Class WSTXInitialisation

java.lang.Object
  extended by com.arjuna.mw.wst11.deploy.WSTXInitialisation

public class WSTXInitialisation
extends Object

Initialise WSTX.

Author:
kevin

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

WSTXInitialisation

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