|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PendingNode | |
---|---|
org.apache.activemq.broker.region.cursors | Cursors used to page persistent messages into the broker from the store |
Uses of PendingNode in org.apache.activemq.broker.region.cursors |
---|
Methods in org.apache.activemq.broker.region.cursors that return PendingNode | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |