|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PostinaMessage
The class PostinaMessage is the public representation of a
message/publication. Applications using Postina do not create any
PostinaMessages, they only submit a Serializable
to Postina. However, the messages delivered to the application using Postina
are always of type PostinaMessage
| Method Summary | |
|---|---|
java.io.Serializable |
getContent()
This method gets the Serializable representing the message
that has actually been sent by the sender. |
PostinaID |
getFrom()
This method gets the PostinaID identifying the
sender/publisher of the message. |
int |
getPriority()
This method gets the integer priority that is designed to
be used by the application using Postina. |
PostinaTopic |
getTopic()
This method gets the PostinaTopic assigned to this
message. |
| Method Detail |
|---|
java.io.Serializable getContent()
Serializable representing the message
that has actually been sent by the sender.
Serializable which is the message sent by the
creator.PostinaID getFrom()
PostinaID identifying the
sender/publisher of the message.
PostinaID that identifies the author of the message.int getPriority()
integer priority that is designed to
be used by the application using Postina.
integer value representing the priority of the
message.PostinaTopic getTopic()
PostinaTopic assigned to this
message.
PostinaTopic assigned to this message.
null for direct (private) messages.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||