Liferay 6.1.2-ce-ga3

com.liferay.portal.util
Class ShutdownUtil

java.lang.Object
  extended by com.liferay.portal.util.ShutdownUtil

public class ShutdownUtil
extends Object


Method Summary
static void cancel()
           
static long getInProcess()
           
static String getMessage()
           
static boolean isInProcess()
           
static boolean isShutdown()
           
static void shutdown(long milliseconds)
           
static void shutdown(long milliseconds, String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

cancel

public static void cancel()

getInProcess

public static long getInProcess()

getMessage

public static String getMessage()

isInProcess

public static boolean isInProcess()

isShutdown

public static boolean isShutdown()

shutdown

public static void shutdown(long milliseconds)

shutdown

public static void shutdown(long milliseconds,
                            String message)

Liferay 6.1.2-ce-ga3