org.codehaus.activemq.service.impl
Class QueueListSupport.Header

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

public static class QueueListSupport.Header
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 java.lang.Long headKey
           
 long lastKeyValue
           
 int size
           
 java.lang.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 java.lang.Long headKey

tailKey

public java.lang.Long tailKey

lastKeyValue

public long lastKeyValue

size

public int size
Constructor Detail

QueueListSupport.Header

public QueueListSupport.Header()
Method Detail

asBytes

public byte[] asBytes()
               throws java.io.IOException
Throws:
java.io.IOException

fromBytes

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


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