Package | Description |
---|---|
org.apache.activemq.broker.region.cursors |
Cursors used to page persistent messages into the broker from the store
|
Modifier and Type | Method and Description |
---|---|
PendingNode |
PrioritizedPendingList.addMessageFirst(MessageReference message) |
PendingNode |
OrderedPendingList.addMessageFirst(MessageReference message) |
PendingNode |
PendingList.addMessageFirst(MessageReference message)
Adds the given message to the head of the list.
|
PendingNode |
PrioritizedPendingList.addMessageLast(MessageReference message) |
PendingNode |
OrderedPendingList.addMessageLast(MessageReference message) |
PendingNode |
PendingList.addMessageLast(MessageReference message)
Adds the given message to the tail of the list.
|
PendingNode |
PrioritizedPendingList.remove(MessageReference message) |
PendingNode |
OrderedPendingList.remove(MessageReference message) |
PendingNode |
PendingList.remove(MessageReference message)
Removes the given MessageReference from the PendingList if it is
contained within.
|
Copyright © 2005–2014 The Apache Software Foundation. All rights reserved.