org.semispace.comet.common
Class CometConstants

java.lang.Object
  extended by org.semispace.comet.common.CometConstants

public class CometConstants
extends Object

Constants used in comet communication.


Field Summary
static String EVENT_ALL
           
static String EVENT_AVAILABILITY
           
static String EVENT_EXPIRATION
           
static String EVENT_RENEW
           
static String EVENT_TAKEN
           
static String NOTIFICATION_CALL_CANCEL_LEASE_CHANNEL
           
static String NOTIFICATION_CALL_CHANNEL
           
static String NOTIFICATION_EVENT_CHANNEL
           
static String NOTIFICATION_REPLY_CANCEL_LEASE_CHANNEL
           
static String NOTIFICATION_REPLY_CHANNEL
           
static String PAYLOAD_MARKER
          Need to translate internal class type identifier with object type key
static String READ_CALL_CHANNEL
           
static String READ_REPLY_CHANNEL
           
static String TAKE_CALL_CHANNEL
           
static String TAKE_REPLY_CHANNEL
           
static String WRITE_CALL_CHANNEL
           
static String WRITE_REPLY_CHANNEL
           
 
Constructor Summary
CometConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

READ_CALL_CHANNEL

public static final String READ_CALL_CHANNEL
See Also:
Constant Field Values

READ_REPLY_CHANNEL

public static final String READ_REPLY_CHANNEL
See Also:
Constant Field Values

TAKE_CALL_CHANNEL

public static final String TAKE_CALL_CHANNEL
See Also:
Constant Field Values

TAKE_REPLY_CHANNEL

public static final String TAKE_REPLY_CHANNEL
See Also:
Constant Field Values

WRITE_CALL_CHANNEL

public static final String WRITE_CALL_CHANNEL
See Also:
Constant Field Values

WRITE_REPLY_CHANNEL

public static final String WRITE_REPLY_CHANNEL
See Also:
Constant Field Values

NOTIFICATION_CALL_CHANNEL

public static final String NOTIFICATION_CALL_CHANNEL
See Also:
Constant Field Values

NOTIFICATION_REPLY_CHANNEL

public static final String NOTIFICATION_REPLY_CHANNEL
See Also:
Constant Field Values

NOTIFICATION_EVENT_CHANNEL

public static final String NOTIFICATION_EVENT_CHANNEL
See Also:
Constant Field Values

NOTIFICATION_CALL_CANCEL_LEASE_CHANNEL

public static final String NOTIFICATION_CALL_CANCEL_LEASE_CHANNEL
See Also:
Constant Field Values

NOTIFICATION_REPLY_CANCEL_LEASE_CHANNEL

public static final String NOTIFICATION_REPLY_CANCEL_LEASE_CHANNEL
See Also:
Constant Field Values

PAYLOAD_MARKER

public static final String PAYLOAD_MARKER
Need to translate internal class type identifier with object type key

See Also:
Constant Field Values

EVENT_EXPIRATION

public static final String EVENT_EXPIRATION
See Also:
Constant Field Values

EVENT_AVAILABILITY

public static final String EVENT_AVAILABILITY
See Also:
Constant Field Values

EVENT_TAKEN

public static final String EVENT_TAKEN
See Also:
Constant Field Values

EVENT_RENEW

public static final String EVENT_RENEW
See Also:
Constant Field Values

EVENT_ALL

public static final String EVENT_ALL
See Also:
Constant Field Values
Constructor Detail

CometConstants

public CometConstants()


Copyright © 2008-2012. All Rights Reserved.