org.objectweb.dream.queue
Interface BufferAttributeControllerSorted

All Superinterfaces:
AttributeController, BufferAttributeController
All Known Subinterfaces:
BufferAttributeControllerAscendingSequenceNumber, BufferAttributeControllerAscendingSequenceNumberKeyChunkAdd, BufferAttributeControllerAscendingSequenceNumberKeyedAdd
All Known Implementing Classes:
BufferAscendingSequenceNumberImpl, BufferAscendingSequenceNumberKeyedAddKeyedRemoveImpl

public interface BufferAttributeControllerSorted
extends BufferAttributeController

Sorted queue attribute controller. It allows specifying the name of the chunk to be used to sort incoming messages.


Method Summary
 String getSortingChunkName()
          Returns the name of the chunk to be used to sort messages.
 void setSortingChunkName(String name)
          Sets the name of the chunk to be used to sort messages.
 
Methods inherited from interface org.objectweb.dream.queue.BufferAttributeController
getCurrentSize, getMaxCapacity, setMaxCapacity
 

Method Detail

getSortingChunkName

String getSortingChunkName()
Returns the name of the chunk to be used to sort messages.

Returns:
the name of the chunk to be used to sort messages.

setSortingChunkName

void setSortingChunkName(String name)
Sets the name of the chunk to be used to sort messages.

Parameters:
name - the name of the chunk to be used to sort messages.


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