| Package | Description |
|---|---|
| org.apache.qpid.framing | |
| org.apache.qpid.framing.amqp_0_9 | |
| org.apache.qpid.framing.amqp_0_91 | |
| org.apache.qpid.framing.amqp_8_0 |
| Modifier and Type | Method and Description |
|---|---|
abstract QueueDeclareBody |
MethodRegistry.createQueueDeclareBody(int ticket,
AMQShortString queue,
boolean passive,
boolean durable,
boolean exclusive,
boolean autoDelete,
boolean nowait,
FieldTable arguments) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ServerMethodDispatcher.dispatchQueueDeclare(QueueDeclareBody body,
int channelId) |
| Modifier and Type | Class and Description |
|---|---|
class |
QueueDeclareBodyImpl |
| Modifier and Type | Method and Description |
|---|---|
QueueDeclareBody |
MethodRegistry_0_9.createQueueDeclareBody(int ticket,
AMQShortString queue,
boolean passive,
boolean durable,
boolean exclusive,
boolean autoDelete,
boolean nowait,
FieldTable arguments) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ServerMethodDispatcher_0_9.dispatchQueueDeclare(QueueDeclareBody body,
int channelId) |
| Modifier and Type | Method and Description |
|---|---|
QueueDeclareBody |
MethodRegistry_0_91.createQueueDeclareBody(int ticket,
AMQShortString queue,
boolean passive,
boolean durable,
boolean exclusive,
boolean autoDelete,
boolean nowait,
FieldTable arguments) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ServerMethodDispatcher_0_91.dispatchQueueDeclare(QueueDeclareBody body,
int channelId) |
| Modifier and Type | Method and Description |
|---|---|
QueueDeclareBody |
MethodRegistry_8_0.createQueueDeclareBody(int ticket,
AMQShortString queue,
boolean passive,
boolean durable,
boolean exclusive,
boolean autoDelete,
boolean nowait,
FieldTable arguments) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ServerMethodDispatcher_8_0.dispatchQueueDeclare(QueueDeclareBody body,
int channelId) |
Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.