org.codehaus.activemq.service.impl
Class DefaultQueueListEntry
java.lang.Object
org.codehaus.activemq.service.impl.DefaultQueueListEntry
- All Implemented Interfaces:
- QueueListEntry
- public final class DefaultQueueListEntry
- extends Object
- implements QueueListEntry
Linked list entry class
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
element
Object element
next
DefaultQueueListEntry next
previous
DefaultQueueListEntry previous
DefaultQueueListEntry
DefaultQueueListEntry(Object element,
DefaultQueueListEntry next,
DefaultQueueListEntry previous)
- Create a DefaultQueueListEntry for an object value
- Parameters:
element
- the valuenext
- previous
-
getElement
public Object getElement()
- Get the Object value for this entry
- Specified by:
getElement
in interface QueueListEntry
- Returns:
Copyright © 2004 Protique, Ltd.. All Rights Reserved.