Liferay 7.0-ce-b8 portal-impl

com.liferay.portal.events
Class GlobalStartupAction

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

public class GlobalStartupAction
extends com.liferay.portal.kernel.events.SimpleAction


Constructor Summary
GlobalStartupAction()
           
 
Method Summary
static List<com.liferay.portal.kernel.deploy.auto.AutoDeployListener> getAutoDeployListeners(boolean reset)
           
static List<com.liferay.portal.kernel.deploy.hot.HotDeployListener> getHotDeployListeners()
           
 void run(String[] ids)
           
 
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

GlobalStartupAction

public GlobalStartupAction()
Method Detail

getAutoDeployListeners

public static List<com.liferay.portal.kernel.deploy.auto.AutoDeployListener> getAutoDeployListeners(boolean reset)

getHotDeployListeners

public static List<com.liferay.portal.kernel.deploy.hot.HotDeployListener> getHotDeployListeners()

run

public void run(String[] ids)
Specified by:
run in class com.liferay.portal.kernel.events.SimpleAction

Liferay 7.0-ce-b8 portal-impl