Liferay 7.0-ga1 portal-impl

com.liferay.portal.events
Class StartupAction

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

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


Constructor Summary
StartupAction()
           
 
Method Summary
protected  void doRun(String[] ids)
           
 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

StartupAction

public StartupAction()
Method Detail

run

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

doRun

protected void doRun(String[] ids)
              throws Exception
Throws:
Exception

Liferay 7.0-ga1 portal-impl