org.objectweb.dream.channel
Interface SocketManagerIPChunkBasedAttributeController

All Superinterfaces:
AttributeController
All Known Implementing Classes:
SocketManagerIPChunkBasedImpl

public interface SocketManagerIPChunkBasedAttributeController
extends AttributeController

Attribute controller for SocketManagerimplementation that use a chunk to identify a ChannelOut and retreive an associated socket.


Method Summary
 boolean getDeleteChunk()
          Returns true if the destination chunk should be deleted from the message.
 String getDestinationChunkName()
          Returns the name of the chunks that contains the destination identification of the message.
 void setDeleteChunk(boolean deleteChunk)
          Set if the destination chunk should be deleted from the message.
 void setDestinationChunkName(String destinationChunkName)
          Set the name of the chunks that contains the destination identification of the message.
 

Method Detail

getDestinationChunkName

public String getDestinationChunkName()
Returns the name of the chunks that contains the destination identification of the message.

Returns:
a chunk name.

setDestinationChunkName

public void setDestinationChunkName(String destinationChunkName)
Set the name of the chunks that contains the destination identification of the message.

Parameters:
destinationChunkName - a chunk name.

getDeleteChunk

public boolean getDeleteChunk()
Returns true if the destination chunk should be deleted from the message. The default value is true

Returns:
true if the destination chunk should be deleted from the message.

setDeleteChunk

public void setDeleteChunk(boolean deleteChunk)
Set if the destination chunk should be deleted from the message.

Parameters:
deleteChunk - true if the destination chunk should be deleted from the message.


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