org.objectweb.dream.queue
Interface QueueSortedAttributeController

All Superinterfaces:
AttributeController, QueueAttributeController
All Known Implementing Classes:
BufferAscendingSequenceNumberImpl

public interface QueueSortedAttributeController
extends QueueAttributeController

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.QueueAttributeController
getCurrentSize, getMaxCapacity, setMaxCapacity
 

Method Detail

getSortingChunkName

public 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

public 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, 2004 - INRIA Rhone-Alpes - All Rights Reserved.