org.objectweb.dream.channel
Interface ChannelInAttributeController

All Superinterfaces:
AttributeController
All Known Implementing Classes:
ChannelInOutImpl

public interface ChannelInAttributeController
extends AttributeController

Attribute controller interface for channel in.


Method Summary
 String getFromChunkName()
          Returns the value of the fromChunkName attribute.
 void setFromChunkName(String fromChunkName)
          Sets the name of the chunk that should be added in every received messages.
 

Method Detail

setFromChunkName

void setFromChunkName(String fromChunkName)
Sets the name of the chunk that should be added in every received messages. If null or equals to "null", no chunk will be added.

Parameters:
fromChunkName - the new value of the fromChunkName attribute.

getFromChunkName

String getFromChunkName()
Returns the value of the fromChunkName attribute.

Returns:
the value of the fromChunkName attribute.


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