org.objectweb.dream.router
Interface RouterChunkNameAttributeController

All Superinterfaces:
AttributeController
All Known Implementing Classes:
RouterChunkNameImpl

public interface RouterChunkNameAttributeController
extends AttributeController

Chunk name router attribute controller interface.

See Also:
RouterChunkNameImpl

Method Summary
 String getChunkName()
          Returns the chunk name used by chunk name routeur.
 void setChunkName(String chunkName)
          Sets the chunk name used by chunk name routeur.
 

Method Detail

getChunkName

public String getChunkName()
Returns the chunk name used by chunk name routeur.

Returns:
the chunk name used by chunk name routeur.

setChunkName

public void setChunkName(String chunkName)
Sets the chunk name used by chunk name routeur.

Parameters:
chunkName - the chunk name used by chunk name routeur.


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