|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.feedback.MultiObjectOperationProgress
Defines feedback that is sent to a remote client on the progress of multi-object operations since they may take a long time to complete. This class is designed to be sent to the client indirectly by using the wt.feedback.WTContextUpdate class.
WTContextUpdate
,
MethodProgress
,
MethodProgressListener
,
Serialized FormField Summary | |
private int |
count
|
private Exception |
exception
|
private String |
method
|
private boolean |
success
|
Constructor Summary | |
MultiObjectOperationProgress(boolean success,
int count,
Exception exception,
String method)
|
Method Summary | |
int |
getCount()
Gets the value of the attribute: count; The number of the object being processed |
Exception |
getException()
Gets the value of the attribute: exception; Exception that occured while processing the current object, null if none occured. |
String |
getMethod()
Gets the value of the attribute: method; A string constant representing the method that generated this feedback information. |
boolean |
isSuccess()
Gets the value of the attribute: success; Indicates if operation succeeded for the current object |
String |
toString()
Creates a string representation of this class. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private boolean success
private Exception exception
private int count
private String method
Constructor Detail |
public MultiObjectOperationProgress(boolean success, int count, Exception exception, String method)
Method Detail |
public boolean isSuccess()
public Exception getException()
public int getCount()
getCount
in interface CountedProgress
public String getMethod()
getMethod
in interface MethodProgress
MethodProgressListener
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |