org.activemq.service.impl
Class QueueListSupport.Node
java.lang.Object
org.activemq.service.impl.QueueListSupport.Node
- All Implemented Interfaces:
- Serializable, QueueListEntry
- Enclosing class:
- QueueListSupport
public static class QueueListSupport.Node
- extends Object
- implements Serializable, QueueListEntry
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
previousKey
public Long previousKey
nextKey
public Long nextKey
value
public Object value
key
public transient Long key
QueueListSupport.Node
public QueueListSupport.Node()
getElement
public Object getElement()
- Description copied from interface:
QueueListEntry
- Get the Object value for this entry
- Specified by:
getElement
in interface QueueListEntry
- Returns:
asBytes
public byte[] asBytes()
throws IOException
- Throws:
IOException
fromBytes
public void fromBytes(byte[] data)
throws IOException
- Throws:
IOException
Copyright © 2004-2008 Protique, Ltd.. All Rights Reserved.