|
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.ReceiptMessage
public class ReceiptMessage
This message is broadcast to the sender of a NotificationMessage in order to inform the sender that the message has been received.
Constructor Summary | |
---|---|
ReceiptMessage(PostEntityAddress sender,
Id id,
SignedPostMessage message)
Constructs a PresenceMessage |
Method Summary | |
---|---|
SignedPostMessage |
getEncryptedMessage()
Gets the SignedPostMessage which this ReceiptMessage is a receipt for. |
Id |
getId()
Gets the random locaiton of this drm |
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 ReceiptMessage(PostEntityAddress sender, Id id, SignedPostMessage message)
message
- The notification message which this is a receipt forMethod Detail |
---|
public SignedPostMessage getEncryptedMessage()
public Id getId()
|
ePOST API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |