Package com.liferay.portal.events
Class GlobalShutdownAction
Object
com.liferay.portal.kernel.events.SimpleAction
com.liferay.portal.events.GlobalShutdownAction
- All Implemented Interfaces:
com.liferay.portal.kernel.events.LifecycleAction
public class GlobalShutdownAction
extends com.liferay.portal.kernel.events.SimpleAction
- Author:
- Brian Wing Shun Chan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ThreadGroup
protected Thread[]
getThreads
(ThreadGroup threadGroup) void
protected void
protected void
protected void
protected void
protected void
protected void
protected void
Methods inherited from class com.liferay.portal.kernel.events.SimpleAction
processLifecycleEvent
-
Constructor Details
-
GlobalShutdownAction
public GlobalShutdownAction()
-
-
Method Details
-
run
- Specified by:
run
in classcom.liferay.portal.kernel.events.SimpleAction
-
getThreadGroup
-
getThreads
-
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()
-