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 |
OrderedPendingList.addAll(PendingList pendingList) |
void |
PendingList.addAll(PendingList pendingList)
Adds all the elements of the given PendingList to this PendingList.
|
Copyright © 2005–2015. All rights reserved.