org.jboss.soa.esb.util
Class LifecycleResourceUtil

java.lang.Object
  extended by org.jboss.soa.esb.util.LifecycleResourceUtil

public class LifecycleResourceUtil
extends java.lang.Object

Utility methods to manage lifecycle resources.

Author:
kevin

Constructor Summary
LifecycleResourceUtil()
           
 
Method Summary
static void activateHook()
          Handle the activiation of the cleanup hook.
static void cleanupResources()
          Cleanup resources associated with the current lifecycle context.
static void deactivateHook()
          Deactivate the cleanup hook.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LifecycleResourceUtil

public LifecycleResourceUtil()
Method Detail

cleanupResources

public static void cleanupResources()
Cleanup resources associated with the current lifecycle context.


activateHook

public static void activateHook()
Handle the activiation of the cleanup hook.


deactivateHook

public static void deactivateHook()
Deactivate the cleanup hook.