Class PendingNode
java.lang.Object
org.apache.activemq.util.LinkedNode
org.apache.activemq.broker.region.cursors.PendingNode
-
Field Summary
Fields inherited from class org.apache.activemq.util.LinkedNode
next, prev, tail
-
Constructor Summary
ConstructorDescriptionPendingNode
(OrderedPendingList list, org.apache.activemq.broker.region.MessageReference message) -
Method Summary
Methods inherited from class org.apache.activemq.util.LinkedNode
getHeadNode, getNext, getPrevious, getTailNode, isHeadNode, isTailNode, linkAfter, linkBefore, reset, unlink
-
Constructor Details
-
PendingNode
public PendingNode(OrderedPendingList list, org.apache.activemq.broker.region.MessageReference message)
-
-
Method Details