ePOST API

Uses of Class
rice.post.messaging.NotificationMessage

Packages that use NotificationMessage
rice.email   
rice.email.messaging   
rice.post   
rice.post.security.pknoi   
 

Uses of NotificationMessage in rice.email
 

Methods in rice.email with parameters of type NotificationMessage
 void EmailService.notificationReceived(NotificationMessage nm, Continuation command)
          This method is how the Post layer informs the EmailService layer that there is an incoming notification of new email.
 

Uses of NotificationMessage in rice.email.messaging
 

Subclasses of NotificationMessage 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 NotificationMessage in rice.post
 

Methods in rice.post with parameters of type NotificationMessage
abstract  void PostClient.notificationReceived(NotificationMessage nm, Continuation command)
          This method is how the Post object informs the clients that there is an incoming notification.
 void Post.sendGroup(NotificationMessage message, Continuation command)
          This method multicasts the provided notification message to the destination group.
 void PostImpl.sendGroup(NotificationMessage message, Continuation command)
          This method multicasts the provided notification message to the destination group.
 void Post.sendNotification(NotificationMessage message, Continuation command)
          Sends a notification message with destination specified by the members of the NotificationMessage.
 void PostImpl.sendNotification(NotificationMessage message, Continuation command)
          Sends a notification message with destination specified by the members of the NotificationMessage.
 void Post.sendNotificationDirect(NodeHandle handle, NotificationMessage message, Continuation command)
          Sends a notification message with destination specified by the members of the NotificationMessage.
 void PostImpl.sendNotificationDirect(NodeHandle handle, NotificationMessage message, Continuation command)
          Sends a notification message with destination specified by the members of the NotificationMessage.
 

Uses of NotificationMessage in rice.post.security.pknoi
 

Methods in rice.post.security.pknoi with parameters of type NotificationMessage
 void PKnoISecurityModule.notificationReceived(NotificationMessage nm, Continuation command)
          This method is how the Post object informs the clients that there is an incoming notification.
 


ePOST API

Copyright © 2001-2005 - Rice Pastry.