org.objectweb.dream.protocol.messagePassing
Interface MessagePassingOverChannelAttributeController

All Superinterfaces:
AttributeController
All Known Implementing Classes:
MessagePassingOverChannelImpl

public interface MessagePassingOverChannelAttributeController
extends AttributeController

Attribute controller for MessagePassingOverChannelImpl component.


Method Summary
 int getNbMaxSession()
          Returns the number of maximum opened lower session.
 void setNbMaxSession(int nbMaxSession)
          Sets the nbMaxSession attribute value.
 

Method Detail

getNbMaxSession

int getNbMaxSession()
Returns the number of maximum opened lower session.

Returns:
the nbMaxSession attribute value.

setNbMaxSession

void setNbMaxSession(int nbMaxSession)
Sets the nbMaxSession attribute value.

Parameters:
nbMaxSession - the new nbMaxSession attribute value.


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