org.eclipse.net4j.jms
Interface JMSProtocolConstants
public interface JMSProtocolConstants
PROTOCOL_NAME
static final java.lang.String PROTOCOL_NAME
- See Also:
- Constant Field Values
SIGNAL_SYNC
static final short SIGNAL_SYNC
- See Also:
- Constant Field Values
SIGNAL_LOGON
static final short SIGNAL_LOGON
- See Also:
- Constant Field Values
SIGNAL_LOGOFF
static final short SIGNAL_LOGOFF
- See Also:
- Constant Field Values
SIGNAL_OPEN_SESSION
static final short SIGNAL_OPEN_SESSION
- See Also:
- Constant Field Values
SIGNAL_CLOSE_SESSION
static final short SIGNAL_CLOSE_SESSION
- See Also:
- Constant Field Values
SIGNAL_REGISTER_CONSUMER
static final short SIGNAL_REGISTER_CONSUMER
- See Also:
- Constant Field Values
SIGNAL_DEREGISTER_CONSUMER
static final short SIGNAL_DEREGISTER_CONSUMER
- See Also:
- Constant Field Values
SIGNAL_CLIENT_MESSAGE
static final short SIGNAL_CLIENT_MESSAGE
- See Also:
- Constant Field Values
SIGNAL_SERVER_MESSAGE
static final short SIGNAL_SERVER_MESSAGE
- See Also:
- Constant Field Values
SIGNAL_ACKNOWLEDGE
static final short SIGNAL_ACKNOWLEDGE
- See Also:
- Constant Field Values
SIGNAL_RECOVER
static final short SIGNAL_RECOVER
- See Also:
- Constant Field Values
SIGNAL_COMMIT
static final short SIGNAL_COMMIT
- See Also:
- Constant Field Values
SIGNAL_ROLLBACK
static final short SIGNAL_ROLLBACK
- See Also:
- Constant Field Values
MESSAGE_TYPE_BYTES
static final byte MESSAGE_TYPE_BYTES
- See Also:
- Constant Field Values
MESSAGE_TYPE_MAP
static final byte MESSAGE_TYPE_MAP
- See Also:
- Constant Field Values
MESSAGE_TYPE_OBJECT
static final byte MESSAGE_TYPE_OBJECT
- See Also:
- Constant Field Values
MESSAGE_TYPE_STREAM
static final byte MESSAGE_TYPE_STREAM
- See Also:
- Constant Field Values
MESSAGE_TYPE_TEXT
static final byte MESSAGE_TYPE_TEXT
- See Also:
- Constant Field Values
DESTINATION_TYPE_NULL
static final byte DESTINATION_TYPE_NULL
- See Also:
- Constant Field Values
DESTINATION_TYPE_QUEUE
static final byte DESTINATION_TYPE_QUEUE
- See Also:
- Constant Field Values
DESTINATION_TYPE_TOPIC
static final byte DESTINATION_TYPE_TOPIC
- See Also:
- Constant Field Values
TYPE_BOOLEAN
static final byte TYPE_BOOLEAN
- See Also:
- Constant Field Values
TYPE_BYTE
static final byte TYPE_BYTE
- See Also:
- Constant Field Values
TYPE_CHAR
static final byte TYPE_CHAR
- See Also:
- Constant Field Values
TYPE_DOUBLE
static final byte TYPE_DOUBLE
- See Also:
- Constant Field Values
TYPE_FLOAT
static final byte TYPE_FLOAT
- See Also:
- Constant Field Values
TYPE_LONG
static final byte TYPE_LONG
- See Also:
- Constant Field Values
TYPE_SHORT
static final byte TYPE_SHORT
- See Also:
- Constant Field Values
TYPE_STRING
static final byte TYPE_STRING
- See Also:
- Constant Field Values