com.arjuna.wst11.messaging.deploy
Class WSTCoordinatorInitialisation
java.lang.Object
com.arjuna.wst11.messaging.deploy.WSTCoordinatorInitialisation
public class WSTCoordinatorInitialisation
- extends Object
Initialise the transaction coordinator services.
- 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 |
WSTCoordinatorInitialisation
public WSTCoordinatorInitialisation()
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.