|
Joram 5.2.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.joram.mom.amqp.marshalling.AMQP
public class AMQP
Nested Class Summary | |
---|---|
static class |
AMQP.Access
|
static class |
AMQP.Basic
|
static class |
AMQP.Channel
|
static class |
AMQP.Connection
|
static class |
AMQP.Exchange
|
static class |
AMQP.PROTOCOL
|
static class |
AMQP.Queue
|
static class |
AMQP.Tx
|
Field Summary | |
---|---|
static int |
ACCESS_REFUSED
|
static int |
CHANNEL_ERROR
|
static int |
CLASS_ACCESS
The protocol control access to server resources using access tickets. |
static int |
CLASS_BASIC
The Basic class provides methods that support an industry-standard messaging model. |
static int |
CLASS_CHANNEL
The channel class provides methods for a client to establish a channel to a server and for both peers to operate the channel thereafter. |
static int |
CLASS_CONNECTION
The connection class provides methods for a client to establish a network connection to a server, and for both peers to operate the connection thereafter. |
static int |
CLASS_EXCHANGE
Exchanges match and distribute messages across queues. |
static int |
CLASS_QUEUE
Queues store and forward messages. |
static int |
CLASS_TX
The Tx class allows publish and ack operations to be batched into atomic units of work. |
static java.lang.String[] |
classnames
|
static int |
COMMAND_INVALID
|
static int |
CONNECTION_FORCED
|
static int |
CONTENT_TOO_LARGE
|
static int |
FRAME_BODY
|
static int |
FRAME_END
|
static int |
FRAME_ERROR
|
static int |
FRAME_HEADER
|
static int |
FRAME_HEARTBEAT
|
static int |
FRAME_METHOD
|
static int |
FRAME_MIN_SIZE
|
static int[] |
ids
|
static int |
INTERNAL_ERROR
|
static int |
INVALID_PATH
|
static int |
NO_CONSUMERS
|
static int |
NOT_ALLOWED
|
static int |
NOT_FOUND
|
static int |
NOT_IMPLEMENTED
|
static int |
PRECONDITION_FAILED
|
static int |
REPLY_SUCCESS
|
static int |
RESOURCE_ERROR
|
static int |
RESOURCE_LOCKED
|
static int |
SYNTAX_ERROR
|
static int |
UNEXPECTED_FRAME
|
Constructor Summary | |
---|---|
AMQP()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int CLASS_CONNECTION
public static final int CLASS_CHANNEL
public static final int CLASS_ACCESS
public static final int CLASS_EXCHANGE
public static final int CLASS_QUEUE
public static final int CLASS_BASIC
public static final int CLASS_TX
public static final int[] ids
public static final java.lang.String[] classnames
public static final int FRAME_METHOD
public static final int FRAME_HEADER
public static final int FRAME_BODY
public static final int FRAME_HEARTBEAT
public static final int FRAME_MIN_SIZE
public static final int FRAME_END
public static final int REPLY_SUCCESS
public static final int CONTENT_TOO_LARGE
public static final int NO_CONSUMERS
public static final int CONNECTION_FORCED
public static final int INVALID_PATH
public static final int ACCESS_REFUSED
public static final int NOT_FOUND
public static final int RESOURCE_LOCKED
public static final int PRECONDITION_FAILED
public static final int FRAME_ERROR
public static final int SYNTAX_ERROR
public static final int COMMAND_INVALID
public static final int CHANNEL_ERROR
public static final int UNEXPECTED_FRAME
public static final int RESOURCE_ERROR
public static final int NOT_ALLOWED
public static final int NOT_IMPLEMENTED
public static final int INTERNAL_ERROR
Constructor Detail |
---|
public AMQP()
|
Joram 5.2.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |