public interface IEssProgressMonitor extends IEssBaseObject
Modifier and Type | Method and Description |
---|---|
void |
cancel()
Cancels the operation.
|
com.essbase.api.base.EssException |
getException()
Gets the exception.
|
java.lang.Object |
getResult()
Gets the operation result.
|
boolean |
isDone()
Checks if the operation is done.
|
boolean isDone() throws com.essbase.api.base.EssException
EssException
- if an error occurs.void cancel() throws com.essbase.api.base.EssException
EssException
- if an error occurs.com.essbase.api.base.EssException getException() throws com.essbase.api.base.EssException
EssException
- if this method is invoked when isDone() is false.java.lang.Object getResult() throws com.essbase.api.base.EssException
EssException
- if this method is invoked when isDone() is false.