|
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.GroupNotificationMessage
public class GroupNotificationMessage
This class represents a notification message which is sent to a group.
Constructor Summary | |
---|---|
GroupNotificationMessage(PostEntityAddress sender,
PostGroupAddress group,
byte[] data)
Constructs a GroupNotificationMessage |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
byte[] |
getData()
Returns the ciphertext of the NotificationMessage |
PostGroupAddress |
getGroup()
Returns the group of the NotificationMessage |
Methods inherited from class rice.post.messaging.PostMessage |
---|
getSender |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GroupNotificationMessage(PostEntityAddress sender, PostGroupAddress group, byte[] data)
key
- The encrypted keydata
- The encrypted NotificationMessageMethod Detail |
---|
public PostGroupAddress getGroup()
public byte[] getData()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
|
ePOST API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |