
@StrictBinding public class MViewRefreshActionBean extends Object implements net.sourceforge.stripes.action.ActionBean, ProgressUpdateListener
| Constructor and Description |
|---|
MViewRefreshActionBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
addLog(String line) |
void |
exception(Throwable t) |
net.sourceforge.stripes.action.Resolution |
execute() |
net.sourceforge.stripes.action.ActionBeanContext |
getContext() |
String |
getExceptionStacktrace() |
String |
getLog() |
MaterializedViewRefresh |
getProces() |
String |
getStatus() |
void |
progress(long progress) |
void |
setContext(net.sourceforge.stripes.action.ActionBeanContext context) |
void |
setExceptionStacktrace(String exceptionStacktrace) |
void |
setLog(String log) |
void |
setProces(MaterializedViewRefresh proces) |
void |
setStatus(String status) |
void |
total(long total) |
void |
updateStatus(String status) |
@DefaultHandler public net.sourceforge.stripes.action.Resolution execute()
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 line)
addLog in interface ProgressUpdateListenerpublic MaterializedViewRefresh getProces()
public void setProces(MaterializedViewRefresh proces)
public 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 String getLog()
public void setLog(String log)
public String getStatus()
public void setStatus(String status)
public String getExceptionStacktrace()
public void setExceptionStacktrace(String exceptionStacktrace)
Copyright © 2014–2020 B3Partners B.V.. All rights reserved.