org.objectweb.dream.protocol.channel
Interface MultiplexProtocolAttributeController

All Superinterfaces:
AttributeController
All Known Implementing Classes:
MultiplexBindProtocolImpl

public interface MultiplexProtocolAttributeController
extends AttributeController

Attribute controller for multiplex protocol.


Method Summary
 String getMultiplexChunkName()
          Returns the name of the MultiplexChunk that the protocol will add to outgoing messages.
 void setMultiplexChunkName(String multiplexChunkName)
          Sets the value of the multiplexChunkName attribute.
 

Method Detail

getMultiplexChunkName

String getMultiplexChunkName()
Returns the name of the MultiplexChunk that the protocol will add to outgoing messages.

Returns:
the value of the multiplexChunkName attribute.

setMultiplexChunkName

void setMultiplexChunkName(String multiplexChunkName)
Sets the value of the multiplexChunkName attribute.

Parameters:
multiplexChunkName - the new value of the multiplexChunkName attribute.
See Also:
getMultiplexChunkName()


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