| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.im.service.MessageStatus
This class defines message delivery status constants.
| Field Summary | |
| static int | DELAYEDdelivery was delayed because the receipient is away | 
| static int | DELIVERED | 
| 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 | FORWARDEDmessage has been forwarded to another message handling system | 
| static int | GATEWAYEDmessage was delivered to a gateway to a foreign messaging environment. | 
| static int | READmessage has been read by recipient | 
| static int | RECEIVEDmessage has been delivered successfully | 
| static int | REFUSEDmessage was denied access to recipient | 
| static int | RELAYED | 
| 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 RECEIVED
public static final int DELIVERED
public static final int FAILED
public static final int FORWARDED
public static final int RELAYED
public static final int DELAYED
public static final int REPLIED
public static final int REFUSED
public static final int GATEWAYED
public static final int READ
public static final int TYPING_ON
public static final int TYPING_OFF
public static final int EMAILED
| Constructor Detail | 
public MessageStatus()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||