org.objectweb.dream.queue.keyed
Interface BufferAttributeControllerKeyed

All Superinterfaces:
AttributeController
All Known Subinterfaces:
BufferAttributeControllerAscendingKeyKeyChunkAdd, BufferAttributeControllerAscendingSequenceNumberKeyChunkAdd, BufferAttributeControllerAscendingSequenceNumberKeyedAdd
All Known Implementing Classes:
BufferAscendingKeyKeyChunkAddDoubleKeyedRemoveImpl, BufferAscendingSequenceNumberKeyedAddKeyedRemoveImpl

public interface BufferAttributeControllerKeyed
extends AttributeController

Attribute controller interface for buffers that use keys to sort messages.


Method Summary
 Object[] getKeys()
          Returns an array containing the keys that are used in the buffer.
 

Method Detail

getKeys

Object[] getKeys()
Returns an array containing the keys that are used in the buffer.

Returns:
an array containing the keys that are used in the buffer.


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