com.devexperts.qd.qtp
Interface MessageConstants

All Known Implementing Classes:
AgentAdapter, DistributorAdapter, MessageAdapter, MessageConsumerAdapter

Deprecated. Use enum MessageType instead.

@Deprecated
public interface MessageConstants

The MessageConstants defines constants for standard QTP messages.


Field Summary
static int MESSAGE_DESCRIBE_PROTOCOL
          Deprecated.  
static int MESSAGE_DESCRIBE_RECORDS
          Deprecated.  
static int MESSAGE_DESCRIBE_RESERVED
          Deprecated.  
static int MESSAGE_HEARTBEAT
          Deprecated.  
static int MESSAGE_HISTORY_ADD_SUBSCRIPTION
          Deprecated.  
static int MESSAGE_HISTORY_DATA
          Deprecated.  
static int MESSAGE_HISTORY_REMOVE_SUBSCRIPTION
          Deprecated.  
static int MESSAGE_PART
          Deprecated.  
static int MESSAGE_RAW_DATA
          Deprecated.  
static int MESSAGE_RMI_CANCEL
          Deprecated.  
static int MESSAGE_RMI_DESCRIBE_OPERATION
          Deprecated.  
static int MESSAGE_RMI_DESCRIBE_SUBJECT
          Deprecated.  
static int MESSAGE_RMI_ERROR
          Deprecated.  
static int MESSAGE_RMI_REQUEST
          Deprecated.  
static int MESSAGE_RMI_RESULT
          Deprecated.  
static int MESSAGE_STREAM_ADD_SUBSCRIPTION
          Deprecated.  
static int MESSAGE_STREAM_DATA
          Deprecated.  
static int MESSAGE_STREAM_REMOVE_SUBSCRIPTION
          Deprecated.  
static int MESSAGE_TEXT_FORMAT_COMMENT
          Deprecated.  
static int MESSAGE_TEXT_FORMAT_SPECIAL
          Deprecated.  
static int MESSAGE_TICKER_ADD_SUBSCRIPTION
          Deprecated.  
static int MESSAGE_TICKER_DATA
          Deprecated.  
static int MESSAGE_TICKER_REMOVE_SUBSCRIPTION
          Deprecated.  
 

Field Detail

MESSAGE_HEARTBEAT

static final int MESSAGE_HEARTBEAT
Deprecated. 
See Also:
Constant Field Values

MESSAGE_DESCRIBE_PROTOCOL

static final int MESSAGE_DESCRIBE_PROTOCOL
Deprecated. 
See Also:
Constant Field Values

MESSAGE_DESCRIBE_RECORDS

static final int MESSAGE_DESCRIBE_RECORDS
Deprecated. 
See Also:
Constant Field Values

MESSAGE_DESCRIBE_RESERVED

static final int MESSAGE_DESCRIBE_RESERVED
Deprecated. 
See Also:
Constant Field Values

MESSAGE_PART

static final int MESSAGE_PART
Deprecated. 
See Also:
Constant Field Values

MESSAGE_RAW_DATA

static final int MESSAGE_RAW_DATA
Deprecated. 
See Also:
Constant Field Values

MESSAGE_TICKER_DATA

static final int MESSAGE_TICKER_DATA
Deprecated. 
See Also:
Constant Field Values

MESSAGE_TICKER_ADD_SUBSCRIPTION

static final int MESSAGE_TICKER_ADD_SUBSCRIPTION
Deprecated. 
See Also:
Constant Field Values

MESSAGE_TICKER_REMOVE_SUBSCRIPTION

static final int MESSAGE_TICKER_REMOVE_SUBSCRIPTION
Deprecated. 
See Also:
Constant Field Values

MESSAGE_STREAM_DATA

static final int MESSAGE_STREAM_DATA
Deprecated. 
See Also:
Constant Field Values

MESSAGE_STREAM_ADD_SUBSCRIPTION

static final int MESSAGE_STREAM_ADD_SUBSCRIPTION
Deprecated. 
See Also:
Constant Field Values

MESSAGE_STREAM_REMOVE_SUBSCRIPTION

static final int MESSAGE_STREAM_REMOVE_SUBSCRIPTION
Deprecated. 
See Also:
Constant Field Values

MESSAGE_HISTORY_DATA

static final int MESSAGE_HISTORY_DATA
Deprecated. 
See Also:
Constant Field Values

MESSAGE_HISTORY_ADD_SUBSCRIPTION

static final int MESSAGE_HISTORY_ADD_SUBSCRIPTION
Deprecated. 
See Also:
Constant Field Values

MESSAGE_HISTORY_REMOVE_SUBSCRIPTION

static final int MESSAGE_HISTORY_REMOVE_SUBSCRIPTION
Deprecated. 
See Also:
Constant Field Values

MESSAGE_RMI_DESCRIBE_SUBJECT

static final int MESSAGE_RMI_DESCRIBE_SUBJECT
Deprecated. 
See Also:
Constant Field Values

MESSAGE_RMI_DESCRIBE_OPERATION

static final int MESSAGE_RMI_DESCRIBE_OPERATION
Deprecated. 
See Also:
Constant Field Values

MESSAGE_RMI_REQUEST

static final int MESSAGE_RMI_REQUEST
Deprecated. 
See Also:
Constant Field Values

MESSAGE_RMI_CANCEL

static final int MESSAGE_RMI_CANCEL
Deprecated. 
See Also:
Constant Field Values

MESSAGE_RMI_RESULT

static final int MESSAGE_RMI_RESULT
Deprecated. 
See Also:
Constant Field Values

MESSAGE_RMI_ERROR

static final int MESSAGE_RMI_ERROR
Deprecated. 
See Also:
Constant Field Values

MESSAGE_TEXT_FORMAT_SPECIAL

static final int MESSAGE_TEXT_FORMAT_SPECIAL
Deprecated. 
See Also:
Constant Field Values

MESSAGE_TEXT_FORMAT_COMMENT

static final int MESSAGE_TEXT_FORMAT_COMMENT
Deprecated. 
See Also:
Constant Field Values