|
Rice Pastry API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object rice.p2p.scribe.testing.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)
DESCRIBE THE METHOD |
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()
Gets the AnycastMessages attribute of the TestScribeClient object |
ScribeContent[] |
getPublishMessages()
Gets the PublishMessages attribute of the TestScribeClient object |
boolean |
getSubscribeFailed()
Gets the SubscribeFailed attribute of the TestScribeClient object |
void |
subscribeFailed(Topic topic)
DESCRIBE THE METHOD |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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 PARAMETERtopic
- DESCRIBE THE PARAMETERMethod Detail |
public ScribeContent[] getPublishMessages()
public ScribeContent[] getAnycastMessages()
public boolean getSubscribeFailed()
public void acceptAnycast(boolean value)
value
- DESCRIBE THE PARAMETERpublic boolean anycast(Topic topic, ScribeContent content)
anycast
in interface ScribeClient
topic
- DESCRIBE THE PARAMETERcontent
- DESCRIBE THE PARAMETER
public void deliver(Topic topic, ScribeContent content)
deliver
in interface ScribeClient
topic
- DESCRIBE THE PARAMETERcontent
- DESCRIBE THE PARAMETERpublic void childAdded(Topic topic, NodeHandle child)
childAdded
in interface ScribeClient
topic
- DESCRIBE THE PARAMETERchild
- DESCRIBE THE PARAMETERpublic void childRemoved(Topic topic, NodeHandle child)
childRemoved
in interface ScribeClient
topic
- DESCRIBE THE PARAMETERchild
- DESCRIBE THE PARAMETERpublic void subscribeFailed(Topic topic)
subscribeFailed
in interface ScribeClient
topic
- DESCRIBE THE PARAMETER
|
Rice Pastry API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |