|
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.NotificationMessage rice.email.messaging.EmailNotificationMessage
public class EmailNotificationMessage
This class represents an notification in the email service that a new email is available for the recipient of this email.
Constructor Summary | |
---|---|
EmailNotificationMessage(Email email,
PostEntityAddress recipient,
EmailService service)
Constructs a EmailNotificationMessage for the given Email. |
Method Summary | |
---|---|
Email |
getEmail()
Returns the email which this notification is for. |
Methods inherited from class rice.post.messaging.NotificationMessage |
---|
getClientAddress, getDestination |
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 EmailNotificationMessage(Email email, PostEntityAddress recipient, EmailService service)
email
- The email that is availablerecipient
- the PostUserAddress to recieve the Emailservice
- the EmailService to use to send the messageMethod Detail |
---|
public Email getEmail()
|
ePOST API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |