com.endeca.portal.util
Class PortalStartupEventAction

java.lang.Object
  extended by com.liferay.portal.kernel.events.SimpleAction
      extended by com.endeca.portal.util.PortalStartupEventAction

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

This class is fired as an event handler via the liferay framework and performs any actions required at startup and only startup of the portal application. This could have been broken up into multiple event handlers, but by keeping it as one action, we are able to control the order of execution.


Constructor Summary
PortalStartupEventAction()
           
 
Method Summary
protected  void initializeCxfBus()
          Initializes the CXF Bus using CXFBusFactory.
 void run(java.lang.String[] arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalStartupEventAction

public PortalStartupEventAction()
Method Detail

run

public void run(java.lang.String[] arg0)
         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

initializeCxfBus

protected void initializeCxfBus()
Initializes the CXF Bus using CXFBusFactory.

See Also:
BusFactory