org.objectweb.dream.queue
Class BufferAscendingSequenceNumberImpl.Element

java.lang.Object
  extended byorg.objectweb.dream.queue.BufferAscendingSequenceNumberImpl.Element
All Implemented Interfaces:
Recyclable
Enclosing class:
BufferAscendingSequenceNumberImpl

public static class BufferAscendingSequenceNumberImpl.Element
extends Object
implements Recyclable

This class represents elements of a linked list. Each element contains a reference to its predecessor (previous), its successor ( next), a message, and a sequence number.


Constructor Summary
BufferAscendingSequenceNumberImpl.Element()
           
 
Method Summary
 void recycle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BufferAscendingSequenceNumberImpl.Element

public BufferAscendingSequenceNumberImpl.Element()
Method Detail

recycle

public void recycle()
Specified by:
recycle in interface Recyclable
See Also:
Recyclable.recycle()


Copyright © 2003, 2004 - INRIA Rhone-Alpes - All Rights Reserved.