|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Attribute controller interface for AddIPChannel components.
Method Summary | |
String |
getChunkName()
Returns the name of added chunks. |
String |
getInetAddress()
Returns the inet addresse put in chunks. |
int |
getPort()
Returns the port number put in chunks. |
void |
setChunkName(String chunkName)
Sets the name of the added chunk. |
void |
setInetAddress(String inetAddress)
Sets the inet addresse put in chunks. |
void |
setPort(int port)
Sets the port number put in chunks. |
Method Detail |
public String getChunkName()
public void setChunkName(String chunkName)
chunkName
- the name of added chunks .public String getInetAddress()
public void setInetAddress(String inetAddress) throws UnknownHostException
inetAddress
- a String representing the inet addresse put in chunks.
UnknownHostException
- if the given inet address can't be resolvedInetAddress.getByName(java.lang.String)
public int getPort()
public void setPort(int port)
port
- the port number put in chunks.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |