org.objectweb.dream.pushwithreturn
Interface SynchronizerAttributeController

All Superinterfaces:
AttributeController
All Known Implementing Classes:
SynchronizerImpl

public interface SynchronizerAttributeController
extends AttributeController

This interface defines a method to specify whether it is necessary to clone a return message that several calls wait for.


Method Summary
 boolean getMustClone()
          Returns a boolean indicating whether it is necessary to clone a return message that is destinated to several method call returns.
 void setMustClone(boolean mustClone)
          Specifies whether it is necessary to clone a return message that is destinated to several method call returns.
 

Method Detail

setMustClone

public void setMustClone(boolean mustClone)
Specifies whether it is necessary to clone a return message that is destinated to several method call returns.

Parameters:
mustClone - a boolean that indicates whether it is necessary to clone a return message that is destinated to several method call returns.

getMustClone

public boolean getMustClone()
Returns a boolean indicating whether it is necessary to clone a return message that is destinated to several method call returns.

Returns:
true if it is necessary to clone a return message that is destinated to several method call returns.


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