|
Rice Pastry API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectrice.p2p.past.messaging.PastMessage
rice.p2p.past.messaging.ContinuationMessage
| Nested Class Summary |
| Field Summary | |
protected java.lang.Exception |
exception
DESCRIBE THE FIELD |
protected java.lang.Object |
response
DESCRIBE THE FIELD |
| Fields inherited from class rice.p2p.past.messaging.PastMessage |
dest, id, isResponse, source |
| Fields inherited from interface rice.p2p.commonapi.Message |
HIGH_PRIORITY, LOW_PRIORITY, MEDIUM_HIGH_PRIORITY, MEDIUM_LOW_PRIORITY, MEDIUM_PRIORITY |
| Constructor Summary | |
protected |
ContinuationMessage(int uid,
NodeHandle source,
Id dest)
Constructor which takes a unique integer Id, as well as the data to be stored |
| Method Summary | |
java.lang.Object |
getResponse()
Returns the response |
void |
receiveException(java.lang.Exception e)
Method which builds a response for this message, using the provided exception, which was thrown |
void |
receiveResult(java.lang.Object o)
Method which builds a response for this message, using the provided object as a result. |
void |
returnResponse(Continuation c)
Method by which this message is supposed to return it's response. |
| Methods inherited from class rice.p2p.past.messaging.PastMessage |
addHop, getDestination, getPriority, getSource, getUID, isResponse, setResponse |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.lang.Object response
protected java.lang.Exception exception
| Constructor Detail |
protected ContinuationMessage(int uid,
NodeHandle source,
Id dest)
uid - The unique idsource - The source handledest - The destination address| Method Detail |
public java.lang.Object getResponse()
public void receiveResult(java.lang.Object o)
receiveResult in interface Continuationo - The object argumentpublic void receiveException(java.lang.Exception e)
receiveException in interface Continuatione - The exception argumentpublic void returnResponse(Continuation c)
returnResponse in class PastMessagec - The continuation to return the reponse to.
|
Rice Pastry API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||