org.objectweb.dream.aggregator
Interface PullPullAggregatorFixedNumberAttributeController

All Superinterfaces:
AttributeController
All Known Implementing Classes:
PullPullAggregatorFixedNumberImpl

public interface PullPullAggregatorFixedNumberAttributeController
extends AttributeController

Attribute controller for Pull/Pull aggregators that aggregate a fixed number of messages. This controller allows dynamically modifying this number.


Method Summary
 int getNbMessagesToAggregate()
          Returns the number of messages that must be aggregated.
 void setNbMessagesToAggregate(int nb)
          Sets the number of messages that must be aggregated.
 

Method Detail

getNbMessagesToAggregate

int getNbMessagesToAggregate()
Returns the number of messages that must be aggregated.

Returns:
the number of messages that must be aggregated.

setNbMessagesToAggregate

void setNbMessagesToAggregate(int nb)
Sets the number of messages that must be aggregated.

Parameters:
nb - the number to be set.


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