org.objectweb.dream.channel
Interface AddIPExportIdChunkAttributeController

All Superinterfaces:
AttributeController
All Known Implementing Classes:
AddIPExportIdChunkImpl

public interface AddIPExportIdChunkAttributeController
extends AttributeController

Attribute controller interface for AddIPExportIdChunk components.


Method Summary
 String getChunkName()
          Returns the name of added chunks.
 String getHostname()
          Returns the hostname put in chunks.
 int getPort()
          Returns the port number put in chunks.
 void setChunkName(String chunkName)
          Sets the name of the added chunk.
 void setHostname(String hostname)
          Sets the hostname put in chunks.
 void setPort(int port)
          Sets the port number put in chunks.
 

Method Detail

getChunkName

String getChunkName()
Returns the name of added chunks.

Returns:
the name of added chunks.

setChunkName

void setChunkName(String chunkName)
Sets the name of the added chunk.

Parameters:
chunkName - the name of added chunks .

getHostname

String getHostname()
Returns the hostname put in chunks.

Returns:
a string representation of the hostname put in chunks.

setHostname

void setHostname(String hostname)
Sets the hostname put in chunks.

Parameters:
hostname - the hostname put in chunks.

getPort

int getPort()
Returns the port number put in chunks.

Returns:
the port number put in chunks.

setPort

void setPort(int port)
Sets the port number put in chunks.

Parameters:
port - the port number put in chunks.


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