org.objectweb.dream.protocol.messagePassing
Interface FragmentationAttributeController

All Superinterfaces:
AttributeController
All Known Implementing Classes:
FragmentationProtocolImpl

public interface FragmentationAttributeController
extends AttributeController

Attribute controller interface for fragmentation protocol.


Method Summary
 int getFragmentationSize()
          Returns the fragmentationSize attribute value.
 void setFragmentationSize(int fragSize)
          Sets the fragmentation size.
 

Method Detail

setFragmentationSize

void setFragmentationSize(int fragSize)
Sets the fragmentation size.

Parameters:
fragSize - the fragmentationSize attribute value to set.

getFragmentationSize

int getFragmentationSize()
Returns the fragmentationSize attribute value.

Returns:
the fragmentationSize attribute value.


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