|
ePOST API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ScribeContent in rice.p2p.multiring |
---|
Methods in rice.p2p.multiring with parameters of type ScribeContent | |
---|---|
boolean |
MultiringNode.anycast(Topic topic,
ScribeContent content)
This method is invoked when an anycast is received for a topic which this client is interested in. |
void |
MultiringNode.deliver(Topic topic,
ScribeContent content)
This method is invoked when a message is delivered for a topic this client is interested in. |
Uses of ScribeContent in rice.p2p.multiring.messaging |
---|
Classes in rice.p2p.multiring.messaging that implement ScribeContent | |
---|---|
class |
RingMessage
|
Uses of ScribeContent in rice.p2p.scribe |
---|
Methods in rice.p2p.scribe with parameters of type ScribeContent | |
---|---|
void |
Scribe.anycast(Topic topic,
ScribeContent content)
Anycasts the given content to a member of the given topic |
boolean |
ScribeClient.anycast(Topic topic,
ScribeContent content)
This method is invoked when an anycast is received for a topic which this client is interested in. |
void |
ScribeImpl.anycast(Topic topic,
ScribeContent content)
Anycasts the given content to a member of the given topic |
void |
ScribeClient.deliver(Topic topic,
ScribeContent content)
This method is invoked when a message is delivered for a topic this client is interested in. |
void |
Scribe.publish(Topic topic,
ScribeContent content)
Publishes the given message to the topic. |
void |
ScribeImpl.publish(Topic topic,
ScribeContent content)
Publishes the given message to the topic. |
void |
Scribe.subscribe(Topic topic,
ScribeClient client,
ScribeContent content)
Subscribes the given client to the provided topic. |
void |
ScribeImpl.subscribe(Topic topic,
ScribeClient client,
ScribeContent content)
Subscribes the given client to the provided topic. |
Uses of ScribeContent in rice.p2p.scribe.messaging |
---|
Fields in rice.p2p.scribe.messaging declared as ScribeContent | |
---|---|
protected ScribeContent |
AnycastMessage.content
the content of this message |
protected ScribeContent |
PublishMessage.content
|
protected ScribeContent |
PublishRequestMessage.content
|
Methods in rice.p2p.scribe.messaging that return ScribeContent | |
---|---|
ScribeContent |
AnycastMessage.getContent()
Returns the content |
ScribeContent |
PublishMessage.getContent()
Returns the content |
ScribeContent |
PublishRequestMessage.getContent()
Returns the content |
Methods in rice.p2p.scribe.messaging with parameters of type ScribeContent | |
---|---|
void |
AnycastMessage.setContent(ScribeContent content)
Sets the content |
Constructors in rice.p2p.scribe.messaging with parameters of type ScribeContent | |
---|---|
AnycastMessage(NodeHandle source,
Topic topic,
ScribeContent content)
Constructor which takes a unique integer Id |
|
PublishMessage(NodeHandle source,
Topic topic,
ScribeContent content)
Constructor which takes a unique integer Id |
|
PublishRequestMessage(NodeHandle source,
Topic topic,
ScribeContent content)
Constructor which takes a unique integer Id |
|
SubscribeMessage(NodeHandle source,
Topic topic,
Id previousParent,
int id,
ScribeContent content)
Constructor which takes a unique integer Id |
|
SubscribeMessage(NodeHandle source,
Topic topic,
int id,
ScribeContent content)
Constructor which takes a unique integer Id |
Uses of ScribeContent in rice.p2p.scribe.testing |
---|
Classes in rice.p2p.scribe.testing that implement ScribeContent | |
---|---|
protected static class |
ScribeRegrTest.TestScribeContent
Utility class for past content objects |
Methods in rice.p2p.scribe.testing that return ScribeContent | |
---|---|
ScribeContent[] |
ScribeRegrTest.TestScribeClient.getAnycastMessages()
|
ScribeContent[] |
ScribeRegrTest.TestScribeClient.getPublishMessages()
|
Methods in rice.p2p.scribe.testing with parameters of type ScribeContent | |
---|---|
boolean |
ScribeRegrTest.TestScribeClient.anycast(Topic topic,
ScribeContent content)
DESCRIBE THE METHOD |
void |
ScribeRegrTest.TestScribeClient.deliver(Topic topic,
ScribeContent content)
DESCRIBE THE METHOD |
Uses of ScribeContent in rice.post |
---|
Methods in rice.post with parameters of type ScribeContent | |
---|---|
boolean |
PostImpl.anycast(Topic topic,
ScribeContent content)
This method is invoked when an anycast is received for a topic which this client is interested in. |
void |
PostImpl.deliver(Topic topic,
ScribeContent content)
Method by which Scribe delivers a message to this client. |
Uses of ScribeContent in rice.post.delivery |
---|
Methods in rice.post.delivery with parameters of type ScribeContent | |
---|---|
boolean |
DeliveryService.anycast(Topic topic,
ScribeContent content)
This method is invoked when an anycast is received for a topic which this client is interested in. |
void |
DeliveryService.deliver(Topic topic,
ScribeContent content)
Method by which Scribe delivers a message to this client. |
Uses of ScribeContent in rice.post.messaging |
---|
Classes in rice.post.messaging that implement ScribeContent | |
---|---|
class |
PostScribeMessage
This is a wrapper message for all Post messages which are to be sent over the Scribe messaging system. |
Uses of ScribeContent in rice.tutorial.lesson6 |
---|
Classes in rice.tutorial.lesson6 that implement ScribeContent | |
---|---|
class |
MyScribeContent
|
Methods in rice.tutorial.lesson6 with parameters of type ScribeContent | |
---|---|
boolean |
MyScribeClient.anycast(Topic topic,
ScribeContent content)
Called when we receive an anycast. |
void |
MyScribeClient.deliver(Topic topic,
ScribeContent content)
Called whenever we receive a published message. |
|
ePOST API | |||||||||
PREV NEXT | FRAMES NO FRAMES |