Liferay 6.1.2-ce-ga3

com.liferay.portal.events
Class GlobalShutdownAction

java.lang.Object
  extended by com.liferay.portal.kernel.events.SimpleAction
      extended by com.liferay.portal.events.GlobalShutdownAction

public class GlobalShutdownAction
extends SimpleAction


Constructor Summary
GlobalShutdownAction()
           
 
Method Summary
protected  ThreadGroup getThreadGroup()
           
protected  Thread[] getThreads(ThreadGroup threadGroup)
           
 void run(String[] ids)
           
 
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)

Liferay 6.1.2-ce-ga3