org.objectweb.dream.protocol.utobcast
Interface ProcessMembershipAttributeController

All Superinterfaces:
AttributeController
All Known Implementing Classes:
ProcessMembershipImpl

public interface ProcessMembershipAttributeController
extends AttributeController

An attribute controller for the ProcessMembership component.


Method Summary
 boolean getBlocking()
          Returns true if the ProcessMembership component is in blocking mode.
 void setBlocking(boolean blocking)
          Sets the blocking attribute.
 

Method Detail

setBlocking

public void setBlocking(boolean blocking)
Sets the blocking attribute. If this attribute is set to true, then the ProcessMembership component is in blocking mode, which means that its methods defined in the server interface it provides block until they can return a meaningful result. For instance calling the ProcessMembership.getLeader()method would block is no leader is currently elected.

Parameters:
blocking - the value to set.

getBlocking

public boolean getBlocking()
Returns true if the ProcessMembership component is in blocking mode.

Returns:
true if the ProcessMembership component is in blocking mode.
See Also:
setBlocking(boolean)


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