Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

mobile.bearer.http
Interface Protocol  view Protocol download Protocol.java


public interface Protocol

This is set of constants used to determine kind of message. While message body is "serialized" into bytes stream, there must be a mechanism to determine how to understand what is the message.


Field Summary
static int ACKNOWLEDGE_MESSAGE
           
static int CLOSE_CONNECTION
           
static int CLOSE_MESSAGE_CONSUMER
           
static int CLOSE_MESSAGE_PRODUCER
           
static int COMMIT
           
static int CREATE_CONNECTION
           
static int CREATE_DURABLE_CONSUMER
           
static int CREATE_DURABLE_TOPIC_SUBSCRIBER
           
static int CREATE_QUEUE_CONNECTION
           
static int CREATE_QUEUE_RECEIVER
           
static int CREATE_QUEUE_SENDER
           
static int CREATE_QUEUE_SESSION
           
static int CREATE_RECEIVER
           
static int CREATE_SENDER
           
static int CREATE_SESSION
           
static int CREATE_TEMPORARY_DESTINATION
           
static int CREATE_TEMPORARY_QUEUE
           
static int CREATE_TEMPORARY_TOPIC
           
static int CREATE_TOPIC_CONNECTION
           
static int CREATE_TOPIC_PUBLISHER
           
static int CREATE_TOPIC_SESSION
           
static int CREATE_TOPIC_SUBSCRIBER
           
static int DELETE_TEMPORARY_DESTINATION
           
static int DELETE_TEMPORARY_QUEUE
           
static int DELETE_TEMPORARY_TOPIC
           
static int EXC_INVALID_DESTINATION
           
static int EXC_NAMING
           Represents a NamingException (JNDI)
static int EXC_OTHER
           Represents ...
static int EXC_RESOURCE_ALLOCATION
           
static int INT_LEN
           
static int LONG_LEN
           
static int LOOKUP
           Represents Lookup.
static int MAX_BYTES_LEN
           The maximum lentgth of the bytes message stream in the BytesMessage
static int PUBLISH_BYTES_MESSAGE
           
static int PUBLISH_TEXT_MESSAGE
           
static int QUEUE
           Represents Queue.
static int RECEIVE_MESSAGE
           
static int RECEIVE_MESSAGE_FROM_QUEUE
           
static int RECEIVE_MESSAGE_FROM_TOPIC
           
static int RECEIVE_MESSAGE_TIMEOUT
           
static int REP_BYTES_MESSAGE
           
static int REP_BYTES_MESSAGE_FROM_QUEUE
           
static int REP_BYTES_MESSAGE_FROM_TOPIC
           
static int REP_CONNECTION
           
static int REP_CONNECTION_FACTORY
           
static int REP_DURABLE_TOPIC_SUBSCRIBER
           
static int REP_QUEUE
           
static int REP_QUEUE_CONNECTION
           
static int REP_QUEUE_CONNECTION_FACTORY
           
static int REP_QUEUE_RECEIVER
           
static int REP_QUEUE_SENDER
           
static int REP_QUEUE_SESSION
           
static int REP_RECEIVER
           
static int REP_SENDER
           
static int REP_SESSION
           
static int REP_TEMPORARY_DESTINATION
           
static int REP_TEMPORARY_QUEUE
           
static int REP_TEMPORARY_TOPIC
           
static int REP_TEXT_MESSAGE
           
static int REP_TEXT_MESSAGE_FROM_QUEUE
           
static int REP_TEXT_MESSAGE_FROM_TOPIC
           
static int REP_TOPIC
           
static int REP_TOPIC_CONNECTION
           
static int REP_TOPIC_CONNECTION_FACTORY
           
static int REP_TOPIC_PUBLISHER
           
static int REP_TOPIC_SESSION
           
static int REP_TOPIC_SUBSCRIBER
           
static int ROLLBACK
           
static int SEND_BYTES_MESSAGE
           
static int SEND_TEXT_MESSAGE
           
static int START_CONNECTION
           
static int STOP_CONNECTION
           
static int TEMPRORARY
           
static int TOPIC
           Represents Topic.
 

Field Detail

QUEUE

public static final int QUEUE

Represents Queue.

See Also:
Constant Field Values

TOPIC

public static final int TOPIC

Represents Topic.

See Also:
Constant Field Values

LOOKUP

public static final int LOOKUP

Represents Lookup.

See Also:
Constant Field Values

CREATE_CONNECTION

public static final int CREATE_CONNECTION
See Also:
Constant Field Values

CREATE_QUEUE_CONNECTION

public static final int CREATE_QUEUE_CONNECTION
See Also:
Constant Field Values

CREATE_TOPIC_CONNECTION

public static final int CREATE_TOPIC_CONNECTION
See Also:
Constant Field Values

CREATE_SESSION

public static final int CREATE_SESSION
See Also:
Constant Field Values

CREATE_QUEUE_SESSION

public static final int CREATE_QUEUE_SESSION
See Also:
Constant Field Values

CREATE_TOPIC_SESSION

public static final int CREATE_TOPIC_SESSION
See Also:
Constant Field Values

CREATE_SENDER

public static final int CREATE_SENDER
See Also:
Constant Field Values

CREATE_QUEUE_SENDER

public static final int CREATE_QUEUE_SENDER
See Also:
Constant Field Values

CREATE_TOPIC_PUBLISHER

public static final int CREATE_TOPIC_PUBLISHER
See Also:
Constant Field Values

CREATE_RECEIVER

public static final int CREATE_RECEIVER
See Also:
Constant Field Values

CREATE_QUEUE_RECEIVER

public static final int CREATE_QUEUE_RECEIVER
See Also:
Constant Field Values

CREATE_TOPIC_SUBSCRIBER

public static final int CREATE_TOPIC_SUBSCRIBER
See Also:
Constant Field Values

SEND_BYTES_MESSAGE

public static final int SEND_BYTES_MESSAGE
See Also:
Constant Field Values

SEND_TEXT_MESSAGE

public static final int SEND_TEXT_MESSAGE
See Also:
Constant Field Values

RECEIVE_MESSAGE

public static final int RECEIVE_MESSAGE
See Also:
Constant Field Values

RECEIVE_MESSAGE_FROM_QUEUE

public static final int RECEIVE_MESSAGE_FROM_QUEUE
See Also:
Constant Field Values

RECEIVE_MESSAGE_FROM_TOPIC

public static final int RECEIVE_MESSAGE_FROM_TOPIC
See Also:
Constant Field Values

STOP_CONNECTION

public static final int STOP_CONNECTION
See Also:
Constant Field Values

START_CONNECTION

public static final int START_CONNECTION
See Also:
Constant Field Values

CLOSE_CONNECTION

public static final int CLOSE_CONNECTION
See Also:
Constant Field Values

COMMIT

public static final int COMMIT
See Also:
Constant Field Values

ROLLBACK

public static final int ROLLBACK
See Also:
Constant Field Values

CLOSE_MESSAGE_PRODUCER

public static final int CLOSE_MESSAGE_PRODUCER
See Also:
Constant Field Values

CLOSE_MESSAGE_CONSUMER

public static final int CLOSE_MESSAGE_CONSUMER
See Also:
Constant Field Values

ACKNOWLEDGE_MESSAGE

public static final int ACKNOWLEDGE_MESSAGE
See Also:
Constant Field Values

PUBLISH_BYTES_MESSAGE

public static final int PUBLISH_BYTES_MESSAGE
See Also:
Constant Field Values

PUBLISH_TEXT_MESSAGE

public static final int PUBLISH_TEXT_MESSAGE
See Also:
Constant Field Values

CREATE_DURABLE_CONSUMER

public static final int CREATE_DURABLE_CONSUMER
See Also:
Constant Field Values

CREATE_DURABLE_TOPIC_SUBSCRIBER

public static final int CREATE_DURABLE_TOPIC_SUBSCRIBER
See Also:
Constant Field Values

CREATE_TEMPORARY_DESTINATION

public static final int CREATE_TEMPORARY_DESTINATION
See Also:
Constant Field Values

CREATE_TEMPORARY_QUEUE

public static final int CREATE_TEMPORARY_QUEUE
See Also:
Constant Field Values

CREATE_TEMPORARY_TOPIC

public static final int CREATE_TEMPORARY_TOPIC
See Also:
Constant Field Values

RECEIVE_MESSAGE_TIMEOUT

public static final int RECEIVE_MESSAGE_TIMEOUT
See Also:
Constant Field Values

TEMPRORARY

public static final int TEMPRORARY
See Also:
Constant Field Values

DELETE_TEMPORARY_DESTINATION

public static final int DELETE_TEMPORARY_DESTINATION
See Also:
Constant Field Values

DELETE_TEMPORARY_QUEUE

public static final int DELETE_TEMPORARY_QUEUE
See Also:
Constant Field Values

DELETE_TEMPORARY_TOPIC

public static final int DELETE_TEMPORARY_TOPIC
See Also:
Constant Field Values

REP_CONNECTION_FACTORY

public static final int REP_CONNECTION_FACTORY
See Also:
Constant Field Values

REP_QUEUE_CONNECTION_FACTORY

public static final int REP_QUEUE_CONNECTION_FACTORY
See Also:
Constant Field Values

REP_TOPIC_CONNECTION_FACTORY

public static final int REP_TOPIC_CONNECTION_FACTORY
See Also:
Constant Field Values

REP_QUEUE

public static final int REP_QUEUE
See Also:
Constant Field Values

REP_TOPIC

public static final int REP_TOPIC
See Also:
Constant Field Values

REP_CONNECTION

public static final int REP_CONNECTION
See Also:
Constant Field Values

REP_QUEUE_CONNECTION

public static final int REP_QUEUE_CONNECTION
See Also:
Constant Field Values

REP_TOPIC_CONNECTION

public static final int REP_TOPIC_CONNECTION
See Also:
Constant Field Values

REP_SESSION

public static final int REP_SESSION
See Also:
Constant Field Values

REP_QUEUE_SESSION

public static final int REP_QUEUE_SESSION
See Also:
Constant Field Values

REP_TOPIC_SESSION

public static final int REP_TOPIC_SESSION
See Also:
Constant Field Values

REP_SENDER

public static final int REP_SENDER
See Also:
Constant Field Values

REP_QUEUE_SENDER

public static final int REP_QUEUE_SENDER
See Also:
Constant Field Values

REP_TOPIC_PUBLISHER

public static final int REP_TOPIC_PUBLISHER
See Also:
Constant Field Values

REP_RECEIVER

public static final int REP_RECEIVER
See Also:
Constant Field Values

REP_QUEUE_RECEIVER

public static final int REP_QUEUE_RECEIVER
See Also:
Constant Field Values

REP_TOPIC_SUBSCRIBER

public static final int REP_TOPIC_SUBSCRIBER
See Also:
Constant Field Values

REP_BYTES_MESSAGE

public static final int REP_BYTES_MESSAGE
See Also:
Constant Field Values

REP_BYTES_MESSAGE_FROM_QUEUE

public static final int REP_BYTES_MESSAGE_FROM_QUEUE
See Also:
Constant Field Values

REP_BYTES_MESSAGE_FROM_TOPIC

public static final int REP_BYTES_MESSAGE_FROM_TOPIC
See Also:
Constant Field Values

REP_TEXT_MESSAGE

public static final int REP_TEXT_MESSAGE
See Also:
Constant Field Values

REP_TEXT_MESSAGE_FROM_QUEUE

public static final int REP_TEXT_MESSAGE_FROM_QUEUE
See Also:
Constant Field Values

REP_TEXT_MESSAGE_FROM_TOPIC

public static final int REP_TEXT_MESSAGE_FROM_TOPIC
See Also:
Constant Field Values

REP_DURABLE_TOPIC_SUBSCRIBER

public static final int REP_DURABLE_TOPIC_SUBSCRIBER
See Also:
Constant Field Values

REP_TEMPORARY_DESTINATION

public static final int REP_TEMPORARY_DESTINATION
See Also:
Constant Field Values

REP_TEMPORARY_QUEUE

public static final int REP_TEMPORARY_QUEUE
See Also:
Constant Field Values

REP_TEMPORARY_TOPIC

public static final int REP_TEMPORARY_TOPIC
See Also:
Constant Field Values

EXC_INVALID_DESTINATION

public static final int EXC_INVALID_DESTINATION
See Also:
Constant Field Values

EXC_RESOURCE_ALLOCATION

public static final int EXC_RESOURCE_ALLOCATION
See Also:
Constant Field Values

EXC_OTHER

public static final int EXC_OTHER

Represents ...

See Also:
Constant Field Values

EXC_NAMING

public static final int EXC_NAMING

Represents a NamingException (JNDI)

See Also:
Constant Field Values

INT_LEN

public static final int INT_LEN
See Also:
Constant Field Values

LONG_LEN

public static final int LONG_LEN
See Also:
Constant Field Values

MAX_BYTES_LEN

public static final int MAX_BYTES_LEN

The maximum lentgth of the bytes message stream in the BytesMessage

See Also:
Constant Field Values