|
Rice Pastry API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ScribeMultiClient
The new interface for scribe as of FreePastry 2.1. Handles multiple concurrent Joins/Failures.
Method Summary | |
---|---|
void |
subscribeFailed(java.util.Collection<Topic> topics)
Informs the client that a subscribe on the given topic failed - the client should retry the subscribe or take appropriate action. |
void |
subscribeSuccess(java.util.Collection<Topic> topics)
Informs the client that a subscribe on the given topic failed - the client should retry the subscribe or take appropriate action. |
Methods inherited from interface rice.p2p.scribe.ScribeClient |
---|
anycast, childAdded, childRemoved, deliver, subscribeFailed |
Method Detail |
---|
void subscribeFailed(java.util.Collection<Topic> topics)
topic
- The topic which the subscribe failed onvoid subscribeSuccess(java.util.Collection<Topic> topics)
topic
- The topic which the subscribe failed on
|
Rice Pastry API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |