|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DHTContinuation
This interface is identical to rice.Continuation, but is declared in org.asunder.dhtapi to keep the DHT API separate from the KBR API
| Method Summary | |
|---|---|
void |
receiveException(java.lang.Exception result)
Called when an execption occured as a result of the previous command. |
void |
receiveResult(java.lang.Object result)
Called when a previously requested result is now availble. |
| Method Detail |
|---|
void receiveResult(java.lang.Object result)
result - The result of the command.void receiveException(java.lang.Exception result)
result - The exception which was caused.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||