org.objectweb.dream.message
Interface MessageManagerAttributeController

All Superinterfaces:
AttributeController
All Known Implementing Classes:
MessageManagerImpl, MessageManagerPoolingImpl

public interface MessageManagerAttributeController
extends AttributeController

Attribute controller interface for message manager.


Method Summary
 boolean getDoCheck()
          Returns the doCheck attribute value.
 void setDoCheck(boolean doCheck)
          Sets the doCheck attribute value.
 

Method Detail

setDoCheck

void setDoCheck(boolean doCheck)
Sets the doCheck attribute value. If true, additional (expensive) checks will be performed by the message manager. This can be useful to detect bugs in a dream architecture. Default value is false.

Parameters:
doCheck - the new doCheck attribute value.

getDoCheck

boolean getDoCheck()
Returns the doCheck attribute value.

Returns:
the doCheck attribute value.
See Also:
setDoCheck(boolean)


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