com.caucho.amqp.io
Interface AmqpConstants

All Known Implementing Classes:
AmqpAbstractAnnotations, AmqpAbstractComposite, AmqpAbstractFrame, AmqpAbstractMap, AmqpAbstractPacket, AmqpError, AmqpReader, AmqpWriter, DeliveryAccepted, DeliveryModified, DeliveryReceived, DeliveryRejected, DeliveryReleased, DeliveryState, DeliveryXa, FrameAttach, FrameBegin, FrameClose, FrameDetach, FrameDisposition, FrameEnd, FrameFlow, FrameOpen, FrameTransfer, LinkSource, LinkTarget, MessageAnnotations, MessageAppProperties, MessageDeliveryAnnotations, MessageFooter, MessageHeader, MessageProperties, SaslMechanisms, SaslOutcome, XaDischarge

public interface AmqpConstants

Custom serialization for the cache


Field Summary
static int E_ARRAY_1
           
static int E_ARRAY_4
           
static int E_BIN_1
           
static int E_BIN_4
           
static int E_BOOLEAN_1
           
static int E_BYTE_1
           
static int E_CHAR
           
static int E_DECIMAL_16
           
static int E_DECIMAL_4
           
static int E_DECIMAL_8
           
static int E_DESCRIPTOR
           
static int E_DOUBLE
           
static int E_FALSE
           
static int E_FLOAT
           
static int E_I0
           
static int E_INT_1
           
static int E_INT_4
           
static int E_L0
           
static int E_LIST_0
           
static int E_LIST_1
           
static int E_LIST_4
           
static int E_LONG_1
           
static int E_LONG_8
           
static int E_MAP_1
           
static int E_MAP_4
           
static int E_NULL
           
static int E_SHORT
           
static int E_SYMBOL_1
           
static int E_SYMBOL_4
           
static int E_TIMESTAMP
           
static int E_TRUE
           
static int E_UBYTE_1
           
static int E_UINT_1
           
static int E_UINT_4
           
static int E_ULONG_1
           
static int E_ULONG_8
           
static int E_USHORT
           
static int E_UTF8_1
           
static int E_UTF8_4
           
static int E_UUID
           
static int FT_CONN_CLOSE
           
static int FT_CONN_OPEN
           
static int FT_ERROR
           
static int FT_LINK_ATTACH
           
static int FT_LINK_DETACH
           
static int FT_LINK_FLOW
           
static int FT_MESSAGE_DISPOSITION
           
static int FT_MESSAGE_TRANSFER
           
static int FT_SESSION_END
           
static int FT_SESSION_OPEN
           
static int MIN_MAX_FRAME_SIZE
           
static int ST_MESSAGE_ACCEPTED
           
static int ST_MESSAGE_ANN
           
static int ST_MESSAGE_APP_PROPERTIES
           
static int ST_MESSAGE_DATA
           
static int ST_MESSAGE_DELIVERY_ANN
           
static int ST_MESSAGE_FOOTER
           
static int ST_MESSAGE_HEADER
           
static int ST_MESSAGE_MODIFIED
           
static int ST_MESSAGE_PROPERTIES
           
static int ST_MESSAGE_RECEIVED
           
static int ST_MESSAGE_REJECTED
           
static int ST_MESSAGE_RELEASED
           
static int ST_MESSAGE_SEQUENCE
           
static int ST_MESSAGE_SOURCE
           
static int ST_MESSAGE_TARGET
           
static int ST_MESSAGE_VALUE
           
static int ST_NODE_DELETE_ON_CLOSE
           
static int ST_NODE_DELETE_ON_NO_LINK
           
static int ST_NODE_DELETE_ON_NO_LINK_OR_MESSAGES
           
static int ST_NODE_DELETE_ON_NO_MESSAGES
           
static int ST_SASL_CHALLENGE
           
static int ST_SASL_INIT
           
static int ST_SASL_MECHANISMS
           
static int ST_SASL_OUTCOME
           
static int ST_SASL_RESPONSE
           
static int ST_XA_COORDINATOR
           
static int ST_XA_DECLARE
           
static int ST_XA_DECLARED
           
static int ST_XA_DISCHARGE
           
static int ST_XA_STATE
           
 

Field Detail

FT_CONN_OPEN

static final int FT_CONN_OPEN
See Also:
Constant Field Values

FT_SESSION_OPEN

static final int FT_SESSION_OPEN
See Also:
Constant Field Values

FT_LINK_ATTACH

static final int FT_LINK_ATTACH
See Also:
Constant Field Values

FT_LINK_FLOW

static final int FT_LINK_FLOW
See Also:
Constant Field Values

FT_MESSAGE_TRANSFER

static final int FT_MESSAGE_TRANSFER
See Also:
Constant Field Values

FT_MESSAGE_DISPOSITION

static final int FT_MESSAGE_DISPOSITION
See Also:
Constant Field Values

FT_LINK_DETACH

static final int FT_LINK_DETACH
See Also:
Constant Field Values

FT_SESSION_END

static final int FT_SESSION_END
See Also:
Constant Field Values

FT_CONN_CLOSE

static final int FT_CONN_CLOSE
See Also:
Constant Field Values

FT_ERROR

static final int FT_ERROR
See Also:
Constant Field Values

ST_MESSAGE_RECEIVED

static final int ST_MESSAGE_RECEIVED
See Also:
Constant Field Values

ST_MESSAGE_ACCEPTED

static final int ST_MESSAGE_ACCEPTED
See Also:
Constant Field Values

ST_MESSAGE_REJECTED

static final int ST_MESSAGE_REJECTED
See Also:
Constant Field Values

ST_MESSAGE_RELEASED

static final int ST_MESSAGE_RELEASED
See Also:
Constant Field Values

ST_MESSAGE_MODIFIED

static final int ST_MESSAGE_MODIFIED
See Also:
Constant Field Values

ST_MESSAGE_SOURCE

static final int ST_MESSAGE_SOURCE
See Also:
Constant Field Values

ST_MESSAGE_TARGET

static final int ST_MESSAGE_TARGET
See Also:
Constant Field Values

ST_NODE_DELETE_ON_CLOSE

static final int ST_NODE_DELETE_ON_CLOSE
See Also:
Constant Field Values

ST_NODE_DELETE_ON_NO_LINK

static final int ST_NODE_DELETE_ON_NO_LINK
See Also:
Constant Field Values

ST_NODE_DELETE_ON_NO_MESSAGES

static final int ST_NODE_DELETE_ON_NO_MESSAGES
See Also:
Constant Field Values

ST_NODE_DELETE_ON_NO_LINK_OR_MESSAGES

static final int ST_NODE_DELETE_ON_NO_LINK_OR_MESSAGES
See Also:
Constant Field Values

ST_XA_COORDINATOR

static final int ST_XA_COORDINATOR
See Also:
Constant Field Values

ST_XA_DECLARE

static final int ST_XA_DECLARE
See Also:
Constant Field Values

ST_XA_DISCHARGE

static final int ST_XA_DISCHARGE
See Also:
Constant Field Values

ST_XA_DECLARED

static final int ST_XA_DECLARED
See Also:
Constant Field Values

ST_XA_STATE

static final int ST_XA_STATE
See Also:
Constant Field Values

ST_SASL_MECHANISMS

static final int ST_SASL_MECHANISMS
See Also:
Constant Field Values

ST_SASL_INIT

static final int ST_SASL_INIT
See Also:
Constant Field Values

ST_SASL_CHALLENGE

static final int ST_SASL_CHALLENGE
See Also:
Constant Field Values

ST_SASL_RESPONSE

static final int ST_SASL_RESPONSE
See Also:
Constant Field Values

ST_SASL_OUTCOME

static final int ST_SASL_OUTCOME
See Also:
Constant Field Values

ST_MESSAGE_HEADER

static final int ST_MESSAGE_HEADER
See Also:
Constant Field Values

ST_MESSAGE_DELIVERY_ANN

static final int ST_MESSAGE_DELIVERY_ANN
See Also:
Constant Field Values

ST_MESSAGE_ANN

static final int ST_MESSAGE_ANN
See Also:
Constant Field Values

ST_MESSAGE_PROPERTIES

static final int ST_MESSAGE_PROPERTIES
See Also:
Constant Field Values

ST_MESSAGE_APP_PROPERTIES

static final int ST_MESSAGE_APP_PROPERTIES
See Also:
Constant Field Values

ST_MESSAGE_DATA

static final int ST_MESSAGE_DATA
See Also:
Constant Field Values

ST_MESSAGE_SEQUENCE

static final int ST_MESSAGE_SEQUENCE
See Also:
Constant Field Values

ST_MESSAGE_VALUE

static final int ST_MESSAGE_VALUE
See Also:
Constant Field Values

ST_MESSAGE_FOOTER

static final int ST_MESSAGE_FOOTER
See Also:
Constant Field Values

MIN_MAX_FRAME_SIZE

static final int MIN_MAX_FRAME_SIZE
See Also:
Constant Field Values

E_DESCRIPTOR

static final int E_DESCRIPTOR
See Also:
Constant Field Values

E_NULL

static final int E_NULL
See Also:
Constant Field Values

E_TRUE

static final int E_TRUE
See Also:
Constant Field Values

E_FALSE

static final int E_FALSE
See Also:
Constant Field Values

E_I0

static final int E_I0
See Also:
Constant Field Values

E_L0

static final int E_L0
See Also:
Constant Field Values

E_LIST_0

static final int E_LIST_0
See Also:
Constant Field Values

E_UBYTE_1

static final int E_UBYTE_1
See Also:
Constant Field Values

E_BYTE_1

static final int E_BYTE_1
See Also:
Constant Field Values

E_UINT_1

static final int E_UINT_1
See Also:
Constant Field Values

E_ULONG_1

static final int E_ULONG_1
See Also:
Constant Field Values

E_INT_1

static final int E_INT_1
See Also:
Constant Field Values

E_LONG_1

static final int E_LONG_1
See Also:
Constant Field Values

E_BOOLEAN_1

static final int E_BOOLEAN_1
See Also:
Constant Field Values

E_USHORT

static final int E_USHORT
See Also:
Constant Field Values

E_SHORT

static final int E_SHORT
See Also:
Constant Field Values

E_UINT_4

static final int E_UINT_4
See Also:
Constant Field Values

E_INT_4

static final int E_INT_4
See Also:
Constant Field Values

E_FLOAT

static final int E_FLOAT
See Also:
Constant Field Values

E_CHAR

static final int E_CHAR
See Also:
Constant Field Values

E_DECIMAL_4

static final int E_DECIMAL_4
See Also:
Constant Field Values

E_ULONG_8

static final int E_ULONG_8
See Also:
Constant Field Values

E_LONG_8

static final int E_LONG_8
See Also:
Constant Field Values

E_DOUBLE

static final int E_DOUBLE
See Also:
Constant Field Values

E_TIMESTAMP

static final int E_TIMESTAMP
See Also:
Constant Field Values

E_DECIMAL_8

static final int E_DECIMAL_8
See Also:
Constant Field Values

E_DECIMAL_16

static final int E_DECIMAL_16
See Also:
Constant Field Values

E_UUID

static final int E_UUID
See Also:
Constant Field Values

E_BIN_1

static final int E_BIN_1
See Also:
Constant Field Values

E_UTF8_1

static final int E_UTF8_1
See Also:
Constant Field Values

E_SYMBOL_1

static final int E_SYMBOL_1
See Also:
Constant Field Values

E_BIN_4

static final int E_BIN_4
See Also:
Constant Field Values

E_UTF8_4

static final int E_UTF8_4
See Also:
Constant Field Values

E_SYMBOL_4

static final int E_SYMBOL_4
See Also:
Constant Field Values

E_LIST_1

static final int E_LIST_1
See Also:
Constant Field Values

E_MAP_1

static final int E_MAP_1
See Also:
Constant Field Values

E_LIST_4

static final int E_LIST_4
See Also:
Constant Field Values

E_MAP_4

static final int E_MAP_4
See Also:
Constant Field Values

E_ARRAY_1

static final int E_ARRAY_1
See Also:
Constant Field Values

E_ARRAY_4

static final int E_ARRAY_4
See Also:
Constant Field Values