org.objectweb.dream.channel
Interface MultiDestinationChannelOutAttributeController

All Superinterfaces:
AttributeController, ChannelOutAttributeController
All Known Subinterfaces:
MultiConnTCPChannelOutAttributeController
All Known Implementing Classes:
BasicTCPChannelOutImpl, MultiConnTCPChannelOutImpl

public interface MultiDestinationChannelOutAttributeController
extends ChannelOutAttributeController

Attribute controller for ChannelOut components that can send message to destinations (i.e. several address spaces).


Method Summary
 String getDestinationChunkName()
          Returns the name of the IPChannelDestinationChunkchunk used by ChannelOut.
 void setDestinationChunkName(String name)
          Sets the name of the IPChannelDestinationChunkchunk used by ChannelOut.
 
Methods inherited from interface org.objectweb.dream.channel.ChannelOutAttributeController
getConnectionRetry, setConnectionRetry
 

Method Detail

getDestinationChunkName

public String getDestinationChunkName()
Returns the name of the IPChannelDestinationChunkchunk used by ChannelOut.

Returns:
the name of the IPChannelDestinationChunkchunk used by ChannelOut.

setDestinationChunkName

public void setDestinationChunkName(String name)
Sets the name of the IPChannelDestinationChunkchunk used by ChannelOut.

Parameters:
name - the name of the IPChannelDestinationChunkchunk used by ChannelOut.


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