public class ProductServerRunner
extends java.lang.Thread
| Constructor and Description |
|---|
ProductServerRunner(ProductRequest productRequest,
LASConfig lasConfig,
ServerConfig serverConfig,
javax.servlet.http.HttpServletRequest request,
org.apache.struts.action.ActionMapping mapping,
Cache cache) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBatch() |
LASBackendResponse |
getCompoundResponse() |
LASBackendRequest |
getCurrentBackendRequest() |
int |
getCurrentOp() |
LASBackendRequest |
getCurrentRequest() |
java.lang.String |
getDate() |
java.util.HashSet<java.lang.String> |
getEmails() |
org.apache.struts.action.ActionForward |
getErrorAction() |
java.lang.String |
getJESSIONID() |
long |
getProgressTimeout() |
long |
getSeconds() |
java.util.ArrayList |
getStatus() |
void |
run() |
void |
setBatch(boolean batch) |
void |
setCancel(boolean cancel) |
void |
setCompoundResponse(LASBackendResponse compoundResponse) |
void |
setEmails(java.util.HashSet<java.lang.String> emails) |
void |
setEmails(java.lang.String email_list) |
void |
setErrorAction(org.apache.struts.action.ActionForward action) |
void |
setJESSIONID(java.lang.String JSESSIONID) |
boolean |
stillWorking() |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldpublic ProductServerRunner(ProductRequest productRequest, LASConfig lasConfig, ServerConfig serverConfig, javax.servlet.http.HttpServletRequest request, org.apache.struts.action.ActionMapping mapping, Cache cache)
public void run()
run in interface java.lang.Runnablerun in class java.lang.Threadpublic boolean stillWorking()
public void setCancel(boolean cancel)
public int getCurrentOp()
public LASBackendRequest getCurrentBackendRequest()
public LASBackendResponse getCompoundResponse()
public void setCompoundResponse(LASBackendResponse compoundResponse)
compoundResponse - The compoundResponse to set.public org.apache.struts.action.ActionForward getErrorAction()
public void setErrorAction(org.apache.struts.action.ActionForward action)
action - The action to set.public java.util.ArrayList getStatus()
public long getSeconds()
public java.lang.String getDate()
public long getProgressTimeout()
throws gov.noaa.pmel.tmap.exception.LASException
gov.noaa.pmel.tmap.exception.LASExceptionpublic LASBackendRequest getCurrentRequest() throws gov.noaa.pmel.tmap.exception.LASException
gov.noaa.pmel.tmap.exception.LASExceptionpublic java.util.HashSet<java.lang.String> getEmails()
public void setEmails(java.util.HashSet<java.lang.String> emails)
public void setEmails(java.lang.String email_list)
public void setJESSIONID(java.lang.String JSESSIONID)
public java.lang.String getJESSIONID()
public void setBatch(boolean batch)
public boolean getBatch()