|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.action.Action
live.struts.actions.CheckedAction
live.struts.actions.DisplayAction
live.struts.actions.ShowStatusAction
Action to display the status page
Nested Class Summary |
Nested classes inherited from class live.struts.actions.CheckedAction |
CheckedAction.ActionInfo |
Field Summary |
Fields inherited from class org.apache.struts.action.Action |
defaultLocale, servlet |
Constructor Summary | |
ShowStatusAction()
|
Method Summary | |
org.apache.struts.action.ActionForward |
displayPage(CheckedAction.ActionInfo info)
|
org.apache.struts.action.ActionForward |
executeGeneralStatus(CheckedAction.ActionInfo info)
Brings up the page with the list of all tasks and their statuses. |
org.apache.struts.action.ActionForward |
executeSpecificStatus(CheckedAction.ActionInfo info,
int tid)
Brings up a page wtih information on a specific task. |
Methods inherited from class live.struts.actions.DisplayAction |
act |
Methods inherited from class live.struts.actions.CheckedAction |
execute |
Methods inherited from class org.apache.struts.action.Action |
addErrors, addMessages, execute, generateToken, getDataSource, getDataSource, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ShowStatusAction()
Method Detail |
public org.apache.struts.action.ActionForward displayPage(CheckedAction.ActionInfo info)
displayPage
in class DisplayAction
SwitchedAction.displayPage(live.struts.actions.CheckedAction.ActionInfo)
public org.apache.struts.action.ActionForward executeGeneralStatus(CheckedAction.ActionInfo info)
info
- ActionInfo with information on tasks and how they should be sorted
public org.apache.struts.action.ActionForward executeSpecificStatus(CheckedAction.ActionInfo info, int tid)
info
- Information needed to complete the action, including job status.tid
- ID of the task that you want to bring up the status of.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |