com.sun.im.service
Class MessageStatus

java.lang.Object
  extended bycom.sun.im.service.MessageStatus

public class MessageStatus
extends java.lang.Object

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 EMAILED
          message has been emailed to an email address, as the receipient is currently offline.
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 RELAYED
           
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

RECEIVED

public static final int RECEIVED
message has been delivered successfully

See Also:
Constant Field Values

DELIVERED

public static final int DELIVERED
See Also:
Constant Field Values

FAILED

public static final int FAILED
delivery has failed because the user was not online

See Also:
Constant Field Values

FORWARDED

public static final int FORWARDED
message has been forwarded to another message handling system

See Also:
Constant Field Values

RELAYED

public static final int RELAYED
See Also:
Constant Field Values

DELAYED

public static final int DELAYED
delivery was delayed because the receipient is away

See Also:
Constant Field Values

REPLIED

public static final int REPLIED
recipient has replied

See Also:
Constant Field Values

REFUSED

public static final int REFUSED
message was denied access to recipient

See Also:
Constant Field Values

GATEWAYED

public static final int GATEWAYED
message was delivered to a gateway to a foreign messaging environment.

See Also:
Constant Field Values

READ

public static final int READ
message has been read by recipient

See Also:
Constant Field Values

TYPING_ON

public static final int TYPING_ON
recipient has started typing

See Also:
Constant Field Values

TYPING_OFF

public static final int TYPING_OFF
recipient has stopped typing

See Also:
Constant Field Values

EMAILED

public static final int EMAILED
message has been emailed to an email address, as the receipient is currently offline.

See Also:
Constant Field Values
Constructor Detail

MessageStatus

public MessageStatus()