org.objectweb.dream.protocol.causality
Interface CausalityTransformerAttributeController

All Superinterfaces:
AttributeController
All Known Subinterfaces:
CausalityProtocolAttributeController
All Known Implementing Classes:
InMessageSorterImpl, OutMessageStamperImpl

public interface CausalityTransformerAttributeController
extends AttributeController

Causality message transformer attribute controller interface. It defines :


Method Summary
 String getArrowChunkName()
          Returns the name of the ArrowChunk used to know the source or the destination process of messages.
 String getCausalityChunkName()
          Returns the name of the CausalityChunkwhere the matrix clock, or the updates are stored.
 void setArrowChunkName(String arrowChunkName)
          Sets the name of the ArrowChunkused to know the source or the destination process of messages.
 void setCausalityChunkName(String causalityChunkName)
          Sets the name of the CausalityChunkwhere the matrix clock, or the updates are stored.
 

Method Detail

getArrowChunkName

public String getArrowChunkName()
Returns the name of the ArrowChunk used to know the source or the destination process of messages.

Returns:
the name of the ArrowChunk used to know the source or the destination process of messages.

setArrowChunkName

public void setArrowChunkName(String arrowChunkName)
Sets the name of the ArrowChunkused to know the source or the destination process of messages.

Parameters:
arrowChunkName - the name of the ArrowChunkused to know the source or the destination process of messages.

getCausalityChunkName

public String getCausalityChunkName()
Returns the name of the CausalityChunkwhere the matrix clock, or the updates are stored.

Returns:
the name of the CausalityChunkwhere the matrix clock, or the updates are stored.

setCausalityChunkName

public void setCausalityChunkName(String causalityChunkName)
Sets the name of the CausalityChunkwhere the matrix clock, or the updates are stored.

Parameters:
causalityChunkName - the name of the CausalityChunkwhere the matrix clock, or the updates are stored.


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