org.activemq.service.impl
Class QueueListSupport.Header

java.lang.Object
  extended byorg.activemq.service.impl.QueueListSupport.Header
All Implemented Interfaces:
Serializable
Enclosing class:
QueueListSupport

public static class QueueListSupport.Header
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 Long headKey
           
 long lastKeyValue
           
 int size
           
 Long tailKey
           
 
Constructor Summary
QueueListSupport.Header()
           
 
Method Summary
 byte[] asBytes()
           
 void fromBytes(byte[] data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

headKey

public Long headKey

tailKey

public Long tailKey

lastKeyValue

public long lastKeyValue

size

public int size
Constructor Detail

QueueListSupport.Header

public QueueListSupport.Header()
Method Detail

asBytes

public byte[] asBytes()
               throws IOException
Throws:
IOException

fromBytes

public void fromBytes(byte[] data)
               throws IOException
Throws:
IOException


Copyright © 2004-2007 Protique, Ltd.. All Rights Reserved.