|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdk.netarkivet.harvester.webinterface.HarvestStatus
public class HarvestStatus
This page provides support for the HarvestStatus pages of the web interface.
Constructor Summary | |
---|---|
HarvestStatus()
|
Method Summary | |
---|---|
static java.lang.String |
makeHarvestRunLink(long harvestID,
int harvestRun)
Create a link to the harvest-run page for a given run |
static void |
processRequest(javax.servlet.jsp.PageContext context,
I18n i18n)
Process a request from Harveststatus-alljobs. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HarvestStatus()
Method Detail |
---|
public static void processRequest(javax.servlet.jsp.PageContext context, I18n i18n) throws ForwardedToErrorPage
context
- The web context used for processingi18n
- The resource i18n context.
ForwardedToErrorPage
- If an error occurs that stops processing
and forwards the user to an error page.public static java.lang.String makeHarvestRunLink(long harvestID, int harvestRun)
harvestID
- The ID of the harvestharvestRun
- The run # of the harvest (always 0 for snapshots)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |