|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.web.svclayer.ProgressMonitor
public class ProgressMonitor
ProgressMonitor class.
| Constructor Summary | |
|---|---|
ProgressMonitor()
|
|
| Method Summary | |
|---|---|
void |
beginNextPhase(String phaseLabel)
beginNextPhase |
void |
errorOccurred(Throwable t)
errorOccurred |
void |
finished(Object result)
finished |
int |
getPhase()
getPhase |
int |
getPhaseCount()
getPhaseCount |
String |
getPhaseLabel()
getPhaseLabel |
Object |
getResult()
getResult |
Throwable |
getThrowable()
getThrowable |
boolean |
isError()
isError |
boolean |
isFinished()
isFinished |
void |
setPhaseCount(int phaseCount)
setPhaseCount |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProgressMonitor()
| Method Detail |
|---|
public int getPhaseCount()
getPhaseCount
public void setPhaseCount(int phaseCount)
setPhaseCount
phaseCount - a int.public String getPhaseLabel()
getPhaseLabel
String object.public int getPhase()
getPhase
public void beginNextPhase(String phaseLabel)
beginNextPhase
phaseLabel - a String object.public void finished(Object result)
finished
result - a Object object.public boolean isFinished()
isFinished
public Object getResult()
getResult
Object object.public boolean isError()
isError
public Throwable getThrowable()
getThrowable
Throwable object.public void errorOccurred(Throwable t)
errorOccurred
t - a Throwable object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||