
public class BGTOphalenUitvoerActionBean extends Object implements net.sourceforge.stripes.action.ActionBean, ProgressUpdateListener
| Constructor and Description |
|---|
BGTOphalenUitvoerActionBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
addLog(String log) |
void |
before() |
void |
completed() |
void |
exception(Throwable t) |
net.sourceforge.stripes.action.Resolution |
execute() |
net.sourceforge.stripes.action.ActionBeanContext |
getContext() |
String |
getExceptionStacktrace() |
String |
getLabel() |
String |
getLog() |
AutomatischProces |
getProces() |
long |
getProcessed() |
double |
getProgress() |
Date |
getStart() |
String |
getStatus() |
String |
getTitle() |
long |
getTotal() |
Date |
getUpdate() |
boolean |
isComplete() |
void |
progress(long progress) |
void |
setComplete(boolean complete) |
void |
setContext(net.sourceforge.stripes.action.ActionBeanContext context) |
void |
setExceptionStacktrace(String exceptionStacktrace) |
void |
setLabel(String label) |
void |
setLog(String log) |
void |
setProces(AutomatischProces proces) |
void |
setProcessed(long processed) |
void |
setProgress(double progress) |
void |
setStart(Date start) |
void |
setStatus(String status) |
void |
setTitle(String title) |
void |
setTotal(long total) |
void |
setUpdate(Date update) |
void |
total(long total) |
void |
updateStatus(String status) |
@DefaultHandler
@WaitPage(path="/WEB-INF/jsp/beheer/bgtdownloaduitvoeren.jsp",
delay=1000,
refresh=1000)
public net.sourceforge.stripes.action.Resolution execute()
@Before public void before()
@After public void completed()
public void total(long total)
total in interface ProgressUpdateListenerpublic void progress(long progress)
progress in interface ProgressUpdateListenerpublic void exception(Throwable t)
exception in interface ProgressUpdateListenerpublic void updateStatus(String status)
updateStatus in interface ProgressUpdateListenerpublic void addLog(String log)
addLog in interface ProgressUpdateListenerpublic net.sourceforge.stripes.action.ActionBeanContext getContext()
getContext in interface net.sourceforge.stripes.action.ActionBeanpublic void setContext(net.sourceforge.stripes.action.ActionBeanContext context)
setContext in interface net.sourceforge.stripes.action.ActionBeanpublic AutomatischProces getProces()
public void setProces(AutomatischProces proces)
public double getProgress()
public void setProgress(double progress)
public long getTotal()
public void setTotal(long total)
public long getProcessed()
public void setProcessed(long processed)
public boolean isComplete()
public void setComplete(boolean complete)
public String getStatus()
public void setStatus(String status)
public String getLabel()
public void setLabel(String label)
public String getLog()
public void setLog(String log)
public Date getStart()
public void setStart(Date start)
public Date getUpdate()
public void setUpdate(Date update)
public String getExceptionStacktrace()
public void setExceptionStacktrace(String exceptionStacktrace)
public String getTitle()
public void setTitle(String title)
Copyright © 2014–2020 B3Partners B.V.. All rights reserved.