Liferay 6.1.2-ce-ga3

com.liferay.portal.events
Class GlobalStartupAction

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

public class GlobalStartupAction
extends SimpleAction


Constructor Summary
GlobalStartupAction()
           
 
Method Summary
static List<AutoDeployListener> getAutoDeployListeners(boolean reset)
           
static List<HotDeployListener> getHotDeployListeners()
           
static List<SandboxDeployListener> getSandboxDeployListeners()
           
 void run(String[] ids)
           
 
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<AutoDeployListener> getAutoDeployListeners(boolean reset)

getHotDeployListeners

public static List<HotDeployListener> getHotDeployListeners()

getSandboxDeployListeners

public static List<SandboxDeployListener> getSandboxDeployListeners()

run

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

Liferay 6.1.2-ce-ga3