java.lang.Object
org.activemq.service.impl.QueueListSupport.Node
- All Implemented Interfaces:
- org.activemq.service.QueueListEntry, java.io.Serializable
- Enclosing class:
- QueueListSupport
- public static class QueueListSupport.Node
- extends java.lang.Object
- implements java.io.Serializable, org.activemq.service.QueueListEntry
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
previousKey
public java.lang.Long previousKey
nextKey
public java.lang.Long nextKey
value
public java.lang.Object value
key
public transient java.lang.Long key
QueueListSupport.Node
public QueueListSupport.Node()
getElement
public java.lang.Object getElement()
- Description copied from interface:
org.activemq.service.QueueListEntry
- Get the Object value for this entry
- Specified by:
getElement in interface org.activemq.service.QueueListEntry
asBytes
public byte[] asBytes()
throws java.io.IOException
fromBytes
public void fromBytes(byte[] data)
throws java.io.IOException