Uses of Class
org.apache.activemq.util.LinkedNode
Packages that use LinkedNode
Package
Description
Cursors used to page persistent messages into the broker from the store
-
Uses of LinkedNode in org.apache.activemq.broker.region.cursors
Subclasses of LinkedNode in org.apache.activemq.broker.region.cursors -
Uses of LinkedNode in org.apache.activemq.util
Fields in org.apache.activemq.util declared as LinkedNodeModifier and TypeFieldDescriptionprotected LinkedNodeLinkedNode.nextprotected LinkedNodeLinkedNode.prevMethods in org.apache.activemq.util that return LinkedNodeModifier and TypeMethodDescriptionLinkedNode.getHeadNode()LinkedNode.getNext()LinkedNode.getPrevious()LinkedNode.getTailNode()LinkedNode.linkAfter(LinkedNode rightHead) LinkedNode.linkBefore(LinkedNode leftHead) Methods in org.apache.activemq.util with parameters of type LinkedNodeModifier and TypeMethodDescriptionLinkedNode.linkAfter(LinkedNode rightHead) LinkedNode.linkBefore(LinkedNode leftHead)