org.objectweb.dream.channel
Interface ChannelOutAttributeController

All Superinterfaces:
AttributeController
All Known Subinterfaces:
MonoDestinationIPChannelOutAttributeController, MultiConnTCPChannelOutAttributeController, MultiDestinationChannelOutAttributeController
All Known Implementing Classes:
AbstractTCPChannelOutImpl, BasicTCPChannelOutImpl, MonoDestinationTCPChannelOutImpl, MultiConnTCPChannelOutImpl

public interface ChannelOutAttributeController
extends AttributeController

ChannelOut attribute controller.


Method Summary
 int getConnectionRetry()
          Returns the number of attempt to connect to ChannelIn before abording.
 void setConnectionRetry(int retry)
          Sets the number of attempt to connect to ChannelIn before abording.
 

Method Detail

getConnectionRetry

public int getConnectionRetry()
Returns the number of attempt to connect to ChannelIn before abording.

Returns:
the number of attempt to connect to ChannelIn before abording.

setConnectionRetry

public void setConnectionRetry(int retry)
Sets the number of attempt to connect to ChannelIn before abording.

Parameters:
retry - the number of attempt to connect to ChannelIn before abording.


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