com.solidstategroup.action.stats
Class ProcessorAction

java.lang.Object
  extended by com.opensymphony.xwork.ActionSupport
      extended by com.solidstategroup.action.stats.ProcessorAction
All Implemented Interfaces:
com.opensymphony.xwork.Action, com.opensymphony.xwork.LocaleProvider, com.opensymphony.xwork.TextProvider, com.opensymphony.xwork.Validateable, com.opensymphony.xwork.ValidationAware, com.uwyn.rife.continuations.ContinuableObject, java.io.Serializable, java.lang.Cloneable

public class ProcessorAction
extends com.opensymphony.xwork.ActionSupport

User: Phil Date: 19-May-2005 Time: 12:03:26

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.opensymphony.xwork.ActionSupport
LOG
 
Fields inherited from interface com.opensymphony.xwork.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
ProcessorAction()
           
 
Method Summary
 java.lang.String execute()
           
 int getAction()
           
 java.util.Date getFrom()
           
 int getNumberProcessed()
           
 java.util.Date getTo()
           
 java.lang.String process()
           
 java.lang.String resetAll()
           
 java.lang.String resetRange()
           
 void setAction(int action)
           
 void setFrom(java.util.Date from)
           
 void setNumberProcessed(int numberProcessed)
           
 void setTo(java.util.Date to)
           
 
Methods inherited from class com.opensymphony.xwork.ActionSupport
addActionError, addActionMessage, addFieldError, clone, doDefault, doInput, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, pause, setActionErrors, setActionMessages, setFieldErrors, validate
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessorAction

public ProcessorAction()
Method Detail

getNumberProcessed

public int getNumberProcessed()

setNumberProcessed

public void setNumberProcessed(int numberProcessed)

getAction

public int getAction()

setAction

public void setAction(int action)

resetAll

public java.lang.String resetAll()

resetRange

public java.lang.String resetRange()

process

public java.lang.String process()

execute

public java.lang.String execute()
                         throws java.lang.Exception
Specified by:
execute in interface com.opensymphony.xwork.Action
Overrides:
execute in class com.opensymphony.xwork.ActionSupport
Throws:
java.lang.Exception

getFrom

public java.util.Date getFrom()

setFrom

public void setFrom(java.util.Date from)

getTo

public java.util.Date getTo()

setTo

public void setTo(java.util.Date to)