Modifier and Type | Method and Description |
---|---|
Queue<?> |
BindingImpl.getQueue() |
Modifier and Type | Method and Description |
---|---|
Binding |
AbstractExchange.createBinding(String bindingKey,
Queue queue,
Map<String,Object> bindingArguments,
Map<String,Object> attributes) |
Modifier and Type | Method and Description |
---|---|
void |
QueueMBean.notifyClients(NotificationCheck notification,
Queue queue,
String notificationMsg) |
Constructor and Description |
---|
QueueMBean(Queue queue,
VirtualHostMBean virtualHostMBean) |
Modifier and Type | Interface and Description |
---|---|
interface |
Queue<X extends Queue<X>> |
interface |
VirtualHost<X extends VirtualHost<X,Q,E>,Q extends Queue<?>,E extends Exchange<?>> |
Modifier and Type | Method and Description |
---|---|
Queue<?> |
Binding.getQueue() |
Modifier and Type | Method and Description |
---|---|
void |
VirtualHost.Transaction.copy(QueueEntry entry,
Queue queue) |
List<Long> |
Queue.copyMessages(Queue<?> destination,
List<Long> messageIds,
String selector,
int limit) |
Binding |
Exchange.createBinding(String bindingKey,
Queue queue,
Map<String,Object> bindingArguments,
Map<String,Object> attributes) |
void |
VirtualHost.Transaction.move(QueueEntry entry,
Queue queue) |
List<Long> |
Queue.moveMessages(Queue<?> destination,
List<Long> messageIds,
String selector,
int limit) |
void |
QueueNotificationListener.notifyClients(NotificationCheck notification,
Queue queue,
String notificationMsg) |
Modifier and Type | Class and Description |
---|---|
class |
QueueFactory<X extends Queue<X>> |
Modifier and Type | Interface and Description |
---|---|
interface |
AMQQueue<X extends AMQQueue<X>> |
interface |
LastValueQueue<X extends LastValueQueue<X>> |
interface |
PriorityQueue<X extends PriorityQueue<X>> |
interface |
SortedQueue<X extends SortedQueue<X>> |
interface |
StandardQueue<X extends StandardQueue<X>> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractQueue<X extends AbstractQueue<X>> |
class |
LastValueQueueImpl |
class |
OutOfOrderQueue<X extends OutOfOrderQueue<X>> |
class |
PriorityQueueImpl |
class |
SortedQueueImpl |
class |
StandardQueueImpl |
Modifier and Type | Method and Description |
---|---|
List<Long> |
AbstractQueue.copyMessages(Queue<?> destination,
List<Long> messageIds,
String selector,
int limit) |
List<Long> |
AbstractQueue.moveMessages(Queue<?> destination,
List<Long> messageIds,
String selector,
int limit) |
Constructor and Description |
---|
CopyMessagesTransaction(Queue sourceQueue,
List<Long> messageIds,
Queue destinationQueue,
MessageFilter filter,
int limit) |
CopyMessagesTransaction(Queue sourceQueue,
List<Long> messageIds,
Queue destinationQueue,
MessageFilter filter,
int limit) |
DeleteMessagesTransaction(Queue sourceQueue,
List<Long> messageIds,
MessageFilter filter,
int limit) |
MoveMessagesTransaction(Queue sourceQueue,
List<Long> messageIds,
Queue destinationQueue,
MessageFilter filter,
int limit) |
MoveMessagesTransaction(Queue sourceQueue,
List<Long> messageIds,
Queue destinationQueue,
MessageFilter filter,
int limit) |
Modifier and Type | Method and Description |
---|---|
void |
SecurityManager.authorisePurge(Queue queue) |
Modifier and Type | Interface and Description |
---|---|
interface |
NonStandardVirtualHost<X extends NonStandardVirtualHost<X,Q,E>,Q extends Queue<?>,E extends Exchange<?>> |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.