com.arjuna.mw.wst11.deploy
Class WSTXInitialisation
java.lang.Object
com.arjuna.mw.wst11.deploy.WSTXInitialisation
public class WSTXInitialisation
- extends Object
Initialise WSTX.
- Author:
- kevin
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 |
WSTXInitialisation
public WSTXInitialisation()
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.