| Package | Description |
|---|---|
| org.apache.activemq.broker.region |
Region abstraction and implementations in the Broker.
|
| org.apache.activemq.broker.region.cursors |
Cursors used to page persistent messages into the broker from the store
|
| Modifier and Type | Field and Description |
|---|---|
protected PendingList |
Queue.pagedInPendingDispatch |
protected PendingList |
Queue.redeliveredWaitingDispatch |
| Modifier and Type | Class and Description |
|---|---|
class |
OrderedPendingList |
class |
PrioritizedPendingList |
| Modifier and Type | Field and Description |
|---|---|
protected PendingList |
AbstractStoreCursor.batchList |
| Modifier and Type | Method and Description |
|---|---|
void |
PrioritizedPendingList.addAll(PendingList pendingList) |
void |
PendingList.addAll(PendingList pendingList)
Adds all the elements of the given PendingList to this PendingList.
|
void |
OrderedPendingList.addAll(PendingList pendingList) |
Copyright © 2005-2013 Red Hat, Inc.. All Rights Reserved.