org.objectweb.dream.channel
Interface DestinationResolverChunkBasedAttributeController

All Superinterfaces:
AttributeController
All Known Implementing Classes:
DestinationResolverChunkBasedImpl

public interface DestinationResolverChunkBasedAttributeController
extends AttributeController

Attribute controller for DestinationResolver implementation that use a ExportIdentifierChunk to retrieve destination of messages.


Method Summary
 boolean getDeleteChunk()
          Returns true if the destination chunk must 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 must 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

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

Returns:
a chunk name.

setDestinationChunkName

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

Parameters:
destinationChunkName - a chunk name.

getDeleteChunk

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

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

setDeleteChunk

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

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


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