|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IProcessStatus
Method Summary | |
---|---|
java.lang.String |
getClientJid()
Returns the JID of the requester. |
boolean |
isCanceled()
Returns true if the process was canceled (terminated/deleted) by the requester. |
void |
setError(java.lang.String statusMessage)
Sets the status of the process to "error". |
void |
setResult(org.w3c.dom.Element output,
java.lang.String statusMessage)
Sets the result (output) of the process, the status of the process is set to "finished" if this is a time consuming (delayed/asynchronous) function, otherwise the status of the process is set to "terminated" (deleted). |
void |
updateStatusMessage(java.lang.String statusMessage)
Updates the status message of the process. |
Method Detail |
---|
void updateStatusMessage(java.lang.String statusMessage)
statusMessage
- The status message of the process.void setResult(org.w3c.dom.Element output, java.lang.String statusMessage)
output
- The result (output).statusMessage
- The status message of the process.void setError(java.lang.String statusMessage)
statusMessage
- The status message of the process.boolean isCanceled()
java.lang.String getClientJid()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |