Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.activemq.service.impl
Class QueueListSupport.Node  view QueueListSupport.Node download QueueListSupport.Node.java

java.lang.Object
  extended byorg.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


Field Summary
 java.lang.Long key
           
 java.lang.Long nextKey
           
 java.lang.Long previousKey
           
private static long serialVersionUID
           
 java.lang.Object value
           
 
Constructor Summary
QueueListSupport.Node()
           
 
Method Summary
 byte[] asBytes()
           
 void fromBytes(byte[] data)
           
 java.lang.Object getElement()
          Get the Object value for this entry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

QueueListSupport.Node

public QueueListSupport.Node()
Method Detail

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