|
|||||||||
| Home >> All >> mobile >> bearer >> [ http overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
mobile.bearer.http
Interface Protocol

- 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 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
|
|||||||||
| Home >> All >> mobile >> bearer >> [ http overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC