|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.nitido.nim.NotificationStatus
public class NotificationStatus
A notification status object that contains information about the delivery of the message to one or more recipients.
| Constructor Summary | |
|---|---|
NotificationStatus(java.lang.String ticket)
Default constructor of NotificationStatus |
|
| Method Summary | |
|---|---|
void |
addRecipientStatus(java.lang.String recipient,
IndividualStatus is)
|
java.util.Set<java.lang.String> |
getRecipients()
The IDs of all the recipients that this message was supposed to be sent to. |
java.util.Collection<IndividualStatus> |
getRecipientsStatuses()
Returns a list of all the individual status objects for all the recipients of this message. |
IndividualStatus |
getRecipientStatus(java.lang.String recipient)
Get an individual status object for one of the intended recipients of this message. |
java.lang.String |
getTicket()
Get the ticket string. |
boolean |
isFinalStatus()
The service will not have any updated status information for any of the recipients to whom this message was sent out. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NotificationStatus(java.lang.String ticket)
| Method Detail |
|---|
public java.lang.String getTicket()
public void addRecipientStatus(java.lang.String recipient,
IndividualStatus is)
public IndividualStatus getRecipientStatus(java.lang.String recipient)
recipient - the recipient's ID
public java.util.Set<java.lang.String> getRecipients()
public java.util.Collection<IndividualStatus> getRecipientsStatuses()
public boolean isFinalStatus()
public java.lang.String toString()
toString in class java.lang.Object
|
Nitido NiM 2.5 Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 1999-2009 Nitido Inc. Proprietary and Confidential. All Rights Reserved.