org.eclipse.net4j.jms
Interface JMSProtocolConstants


public interface JMSProtocolConstants


Field Summary
static byte DESTINATION_TYPE_NULL
           
static byte DESTINATION_TYPE_QUEUE
           
static byte DESTINATION_TYPE_TOPIC
           
static byte MESSAGE_TYPE_BYTES
           
static byte MESSAGE_TYPE_MAP
           
static byte MESSAGE_TYPE_OBJECT
           
static byte MESSAGE_TYPE_STREAM
           
static byte MESSAGE_TYPE_TEXT
           
static java.lang.String PROTOCOL_NAME
           
static short SIGNAL_ACKNOWLEDGE
           
static short SIGNAL_CLIENT_MESSAGE
           
static short SIGNAL_CLOSE_SESSION
           
static short SIGNAL_COMMIT
           
static short SIGNAL_DEREGISTER_CONSUMER
           
static short SIGNAL_LOGOFF
           
static short SIGNAL_LOGON
           
static short SIGNAL_OPEN_SESSION
           
static short SIGNAL_RECOVER
           
static short SIGNAL_REGISTER_CONSUMER
           
static short SIGNAL_ROLLBACK
           
static short SIGNAL_SERVER_MESSAGE
           
static short SIGNAL_SYNC
           
static byte TYPE_BOOLEAN
           
static byte TYPE_BYTE
           
static byte TYPE_CHAR
           
static byte TYPE_DOUBLE
           
static byte TYPE_FLOAT
           
static byte TYPE_LONG
           
static byte TYPE_SHORT
           
static byte TYPE_STRING
           
 

Field Detail

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

Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.