ePOST API

Uses of Class
rice.post.messaging.PostMessage

Packages that use PostMessage
rice.email.messaging   
rice.post.messaging   
 

Uses of PostMessage in rice.email.messaging
 

Subclasses of PostMessage in rice.email.messaging
 class EmailNotificationMessage
          This class represents an notification in the email service that a new email is available for the recipient of this email.
 

Uses of PostMessage in rice.post.messaging
 

Subclasses of PostMessage in rice.post.messaging
 class DeliveryLookupMessage
          This message is a request for a replica of a DRM.
 class DeliveryLookupResponseMessage
          This message is broadcast to the sender of a NotificationMessage in order to inform the sender that the message has been received.
 class DeliveryMessage
          This class wraps an EncrypedNotificationMessage and is used after the receipt of a PresenceMessage.
 class DeliveryRequestMessage
          This message is broadcast to the sender of a NotificationMessage in order to inform the sender that the message has been received.
 class EncryptedNotificationMessage
          This class represents a notification message which is in encrypted state.
 class GroupNotificationMessage
          This class represents a notification message which is sent to a group.
 class NotificationMessage
          This class represents an abstract message in the Post system which serves as a notification.
 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.
 class ReceiptMessage
          This message is broadcast to the sender of a NotificationMessage in order to inform the sender that the message has been received.
 

Methods in rice.post.messaging that return PostMessage
 PostMessage SignedPostMessage.getMessage()
          Returns the sender of this message.
 

Constructors in rice.post.messaging with parameters of type PostMessage
SignedPostMessage(PostMessage message, java.security.PrivateKey key)
          Constructs a SignedPostMessage given the message and siganture
 


ePOST API

Copyright © 2001-2005 - Rice Pastry.