|
||||||||||
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 |
DELAYED
delivery was delayed because the receipient is away |
static int |
DELIVERED
|
static int |
FAILED
delivery has failed because the user was not online |
static int |
FORWARDED
message has been forwarded to another message handling system |
static int |
GATEWAYED
message was delivered to a gateway to a foreign messaging environment. |
static int |
READ
message has been read by recipient |
static int |
RECEIVED
message has been delivered successfully |
static int |
REFUSED
message was denied access to recipient |
static int |
REPLIED
recipient has replied |
static int |
TYPING_OFF
recipient has stopped typing |
static int |
TYPING_ON
recipient 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 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
Constructor Detail |
public MessageStatus()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |