com.x8ing.mc.web
Class ProcessMCAction

java.lang.Object
  extended by Action
      extended by com.x8ing.mc.web.ProcessMCAction

public class ProcessMCAction
extends Action

Author:
pheusser

Field Summary
static java.lang.String REQ_PARAM_BUTTON_RESET
           
static java.lang.String REQ_PARAM_BUTTON_START
           
static java.lang.String SESSION_KEY_MONTE_CARLO_CONTRLOER
           
 
Constructor Summary
ProcessMCAction()
           
 
Method Summary
 ActionForward execute(ActionMapping mapping, ActionForm inForm, HttpServletRequest request, HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SESSION_KEY_MONTE_CARLO_CONTRLOER

public static final java.lang.String SESSION_KEY_MONTE_CARLO_CONTRLOER
See Also:
Constant Field Values

REQ_PARAM_BUTTON_START

public static final java.lang.String REQ_PARAM_BUTTON_START
See Also:
Constant Field Values

REQ_PARAM_BUTTON_RESET

public static final java.lang.String REQ_PARAM_BUTTON_RESET
See Also:
Constant Field Values
Constructor Detail

ProcessMCAction

public ProcessMCAction()
Method Detail

execute

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


by Patrick Heusser