org.objectweb.dream.router
Interface ChunkNameRouteurAttributeController

All Superinterfaces:
AttributeController
All Known Implementing Classes:
ChunkNameRouterImpl

public interface ChunkNameRouteurAttributeController
extends AttributeController

Chunk name routeur attribute controller interface.

See Also:
ChunkNameRouterImpl

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.