com.liferay.portal.events
Class GlobalStartupAction

java.lang.Object
  extended bycom.liferay.portal.struts.SimpleAction
      extended bycom.liferay.portal.events.GlobalStartupAction

public class GlobalStartupAction
extends SimpleAction

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
GlobalStartupAction()
           
 
Method Summary
static java.util.List getAutoDeployListeners()
           
static java.util.List getHotDeployListeners()
           
 void run(java.lang.String[] ids)
           
protected  void runEvent(java.lang.String className, java.lang.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 java.util.List getAutoDeployListeners()

getHotDeployListeners

public static java.util.List getHotDeployListeners()

run

public void run(java.lang.String[] ids)
         throws ActionException
Specified by:
run in class SimpleAction
Throws:
ActionException

runEvent

protected void runEvent(java.lang.String className,
                        java.lang.String[] ids)
                 throws ActionException
Throws:
ActionException