Liferay 7.0-ce-b4

com.liferay.portal.events
Class GlobalShutdownAction

java.lang.Object
  extended by com.liferay.portal.kernel.events.SimpleAction
      extended by com.liferay.portal.events.GlobalShutdownAction
All Implemented Interfaces:
LifecycleAction

public class GlobalShutdownAction
extends SimpleAction


Constructor Summary
GlobalShutdownAction()
           
 
Method Summary
protected  ThreadGroup getThreadGroup()
           
protected  Thread[] getThreads(ThreadGroup threadGroup)
           
 void run(String[] ids)
           
protected  void shutdownLevel1()
           
protected  void shutdownLevel2()
           
protected  void shutdownLevel3()
           
protected  void shutdownLevel4()
           
protected  void shutdownLevel5()
           
protected  void shutdownLevel6()
           
protected  void shutdownLevel7()
           
 
Methods inherited from class com.liferay.portal.kernel.events.SimpleAction
processLifecycleEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalShutdownAction

public GlobalShutdownAction()
Method Detail

run

public void run(String[] ids)
Specified by:
run in class SimpleAction

getThreadGroup

protected ThreadGroup getThreadGroup()

getThreads

protected Thread[] getThreads(ThreadGroup threadGroup)

shutdownLevel1

protected void shutdownLevel1()

shutdownLevel2

protected void shutdownLevel2()

shutdownLevel3

protected void shutdownLevel3()

shutdownLevel4

protected void shutdownLevel4()

shutdownLevel5

protected void shutdownLevel5()

shutdownLevel6

protected void shutdownLevel6()

shutdownLevel7

protected void shutdownLevel7()

Liferay 7.0-ce-b4