|
Rice Pastry API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectrice.p2p.scribe.testing.RawScribeRegrTest.TestScribeClient
protected class RawScribeRegrTest.TestScribeClient
DESCRIBE THE CLASS
| Field Summary | |
|---|---|
protected boolean |
acceptAnycast
Whether or not this client should accept anycasts |
protected java.util.Vector |
anycastMessages
The publish messages received so far |
protected int |
i
DESCRIBE THE FIELD |
protected java.util.Vector |
publishMessages
The publish messages received so far |
protected Scribe |
scribe
DESCRIBE THE FIELD |
protected boolean |
subscribeFailed
Whether this client has had a subscribe fail |
protected Topic |
topic
The topic this client is listening for |
| Constructor Summary | |
|---|---|
RawScribeRegrTest.TestScribeClient(Scribe scribe,
Topic topic,
int i)
Constructor for TestScribeClient. |
|
| Method Summary | |
|---|---|
void |
acceptAnycast(boolean value)
|
boolean |
anycast(Topic topic,
ScribeContent content)
DESCRIBE THE METHOD |
void |
childAdded(Topic topic,
NodeHandle child)
DESCRIBE THE METHOD |
void |
childRemoved(Topic topic,
NodeHandle child)
DESCRIBE THE METHOD |
void |
deliver(Topic topic,
ScribeContent content)
DESCRIBE THE METHOD |
ScribeContent[] |
getAnycastMessages()
|
ScribeContent[] |
getPublishMessages()
|
boolean |
getSubscribeFailed()
|
void |
subscribeFailed(Topic topic)
Informs the client that a subscribe on the given topic failed - the client should retry the subscribe or take appropriate action. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Scribe scribe
protected int i
protected java.util.Vector publishMessages
protected java.util.Vector anycastMessages
protected Topic topic
protected boolean acceptAnycast
protected boolean subscribeFailed
| Constructor Detail |
|---|
public RawScribeRegrTest.TestScribeClient(Scribe scribe,
Topic topic,
int i)
scribe - DESCRIBE THE PARAMETERi - DESCRIBE THE PARAMETER| Method Detail |
|---|
public ScribeContent[] getPublishMessages()
public ScribeContent[] getAnycastMessages()
public void acceptAnycast(boolean value)
public boolean anycast(Topic topic,
ScribeContent content)
anycast in interface ScribeClienttopic - DESCRIBE THE PARAMETERcontent - DESCRIBE THE PARAMETER
public void deliver(Topic topic,
ScribeContent content)
deliver in interface ScribeClienttopic - DESCRIBE THE PARAMETERcontent - DESCRIBE THE PARAMETER
public void childAdded(Topic topic,
NodeHandle child)
childAdded in interface ScribeClienttopic - DESCRIBE THE PARAMETERchild - DESCRIBE THE PARAMETER
public void childRemoved(Topic topic,
NodeHandle child)
childRemoved in interface ScribeClienttopic - DESCRIBE THE PARAMETERchild - DESCRIBE THE PARAMETERpublic void subscribeFailed(Topic topic)
ScribeClient
subscribeFailed in interface ScribeClienttopic - The topic which the subscribe failed onpublic boolean getSubscribeFailed()
public java.lang.String toString()
toString in class java.lang.Object
|
Rice Pastry API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||