| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.lib.collab.MessageStatus
This class defines message delivery status constants.
| Field Summary | |
| static int | DELAYEDMessage was not delivered. | 
| static int | DELIVEREDmessage has been delivered successfully | 
| static int | EMAILEDmessage has been emailed to an email address, as the receipient is currently offline. | 
| static int | FAILEDdelivery has failed because the user was not online. | 
| static int | FORWARDED | 
| static int | GATEWAYEDmessage was delivered to a gateway to a foreign realtime messaging environment. | 
| static int | READmessage has been read by recipient | 
| static int | RECEIVED | 
| static int | REFUSEDMessage was not delivered. | 
| static int | RELAYEDmessage has been forwarded to another domain within the same messaging infrastructure (i.e. protocol). | 
| static int | REPLIEDrecipient has replied | 
| static int | TYPING_OFFrecipient has stopped typing | 
| static int | TYPING_ONrecipient has started typing | 
| Constructor Summary | |
| MessageStatus() | |
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
public static final int DELIVERED
public static final int RECEIVED
public static final int RELAYED
public static final int FORWARDED
public static final int GATEWAYED
public static final int READ
public static final int REPLIED
public static final int FAILED
public static final int DELAYED
public static final int REFUSED
public static final int EMAILED
public static final int TYPING_ON
public static final int TYPING_OFF
| Constructor Detail | 
public MessageStatus()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||