org.objectweb.dream.channel
Interface OpenedSocketManagerMultiAttributeController

All Superinterfaces:
AttributeController
All Known Implementing Classes:
OpenedSocketManagerMultiPersistentImpl

public interface OpenedSocketManagerMultiAttributeController
extends AttributeController

Attribute controller for multi threaded opened socket manager.


Method Summary
 int getMaxOpenedSocket()
          Returns the maximum number of opened socket.
 void setMaxOpenedSocket(int maxOpenedSocket)
          Sets the maxOpenedSocket attribute's value.
 

Method Detail

getMaxOpenedSocket

public int getMaxOpenedSocket()
Returns the maximum number of opened socket.

Returns:
the maxOpenedSocket attribute's value.

setMaxOpenedSocket

public void setMaxOpenedSocket(int maxOpenedSocket)
Sets the maxOpenedSocket attribute's value.

Parameters:
maxOpenedSocket - the new maxOpenedSocket attribute's value.


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