com.goldenhammer.webui.struts.actions.simulation
Class RunSimulationActionHandler

java.lang.Object
  extended byAction
      extended bycom.goldenhammer.webui.struts.actions.simulation.RunSimulationActionHandler

public class RunSimulationActionHandler
extends Action

This class starts runs a simulation

See Also:
Serialized Form

Constructor Summary
RunSimulationActionHandler()
           
 
Method Summary
 ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunSimulationActionHandler

public RunSimulationActionHandler()
Method Detail

execute

public ActionForward execute(ActionMapping mapping,
                             ActionForm form,
                             HttpServletRequest request,
                             HttpServletResponse response)
                      throws java.lang.Exception
Throws:
java.lang.Exception