|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.feedback.MultiObjectOperationFeedback
Used to send feedback to a remote client on the progress of multi-object wip operations since they may take a long time to complete.
Field Summary | |
private static String |
CLASSNAME
|
private int |
count
|
private WTException |
exception
|
private static String |
RESOURCE
|
private boolean |
success
|
private static String |
versionID
|
Constructor Summary | |
MultiObjectOperationFeedback()
|
Method Summary | |
int |
getCount()
Gets the value of the attribute: count; The number of the object being processed |
WTException |
getException()
Gets the value of the attribute: exception; Exception that occured while processing the current object, null if none occured. |
boolean |
isSuccess()
Gets the value of the attribute: success; Indicates if operation succeeded for the current object |
void |
setCount(int a_Count)
Sets the value of the attribute: count; The number of the object being processed |
void |
setException(WTException a_Exception)
Sets the value of the attribute: exception; Exception that occured while processing the current object, null if none occured. |
void |
setSuccess(boolean a_Success)
Sets the value of the attribute: success; Indicates if operation succeeded for the current object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private static final String versionID
private boolean success
private int count
private WTException exception
Constructor Detail |
public MultiObjectOperationFeedback()
Method Detail |
public boolean isSuccess()
public void setSuccess(boolean a_Success)
a_Success
- public int getCount()
public void setCount(int a_Count)
a_Count
- public WTException getException()
public void setException(WTException a_Exception)
a_Exception
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |