|
ePOST API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object rice.post.messaging.PostMessage rice.post.messaging.PresenceMessage
public class PresenceMessage
This is the message broadcast to the Scribe group of the user to inform replica holders that that user is available at the given nodeid.
Constructor Summary | |
---|---|
PresenceMessage(PostEntityAddress sender,
NodeHandle handle)
Constructs a PresenceMessage |
Method Summary | |
---|---|
NodeHandle |
getHandle()
Gets the handle to this user. |
Id |
getLocation()
Gets the location of the user. |
Methods inherited from class rice.post.messaging.PostMessage |
---|
getSender |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PresenceMessage(PostEntityAddress sender, NodeHandle handle)
sender
- The address of the user asserted to be present.location
- The user's asserted location.Method Detail |
---|
public Id getLocation()
public NodeHandle getHandle()
|
ePOST API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |