|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A notification session is a context in which an authenticated user can use the Notification Service, that is send and receive messages. The Notification Service is distinct from the conference service, despite the fact that the same Message definition is used in both. The differences include
Method Summary | |
Message |
createMessage()
create a message. |
Message |
createMessage(java.lang.String destination)
create a message. |
void |
sendMessage(Message message,
MessageStatusListener listener)
send an alert to a destination. |
Method Detail |
public void sendMessage(Message message, MessageStatusListener listener) throws CollaborationException
message
- alert messagelistener
- callback object used by the provider to convey
message disposition notifications.
CollaborationException
public Message createMessage(java.lang.String destination) throws CollaborationException
destination
- address of the recipient.
more recipient addresses can be added using the Message.addRecipient()
method.
CollaborationException
public Message createMessage() throws CollaborationException
CollaborationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |