|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IProcess
Method Summary | |
---|---|
IFunction |
getFunction()
Returns the function associated with the process. |
void |
getResult()
Requests the result of the remote process and also terminates (deletes) it. |
void |
getResult(boolean deleteProcess)
Requests the result of the remote process. |
IService |
getService()
Returns the XMPP Service associated with the process. |
java.lang.String |
getSessionID()
Returns the session ID associated with the process. |
ProcessStatusCode |
getStatusCode()
Returns the process status code. |
boolean |
isTerminated()
Returns true if the remote process was terminated (deleted). |
void |
terminate()
Terminates (deletes) a remote process. |
java.lang.String |
toString()
Returns a String with information about the associated function and process status. |
Method Detail |
---|
java.lang.String toString()
toString
in class java.lang.Object
IFunction getFunction()
IService getService()
java.lang.String getSessionID()
ProcessStatusCode getStatusCode()
boolean isTerminated()
void terminate() throws XmppException
XmppException
void getResult() throws XmppException
XmppException
void getResult(boolean deleteProcess) throws XmppException
deleteProcess
- If true the remote process will also be terminated (deleted). If false the remote process continues to exist. The requester is responsible for terminating (deleting) it later, for example after the result was successfully received.
XmppException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |