|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Attribute controller for ChannelOut
components that can send
message to only one destination.
Method Summary | |
String |
getInetAddress()
Returns the inet address to which messages are sent. |
int |
getPort()
Returns the port number to which messages are sent. |
void |
setInetAddress(String inetAddress)
Sets the inet address to which messages are sent. |
void |
setPort(int port)
Sets the port number to which messages are sent. |
Methods inherited from interface org.objectweb.dream.channel.ChannelOutAttributeController |
getConnectionRetry, setConnectionRetry |
Method Detail |
public String getInetAddress()
public void setInetAddress(String inetAddress) throws UnknownHostException, IOException
inetAddress
- a String representing the inet address.
UnknownHostException
- if the given inet address can't be resolved.
IOException
- if an error occurs while closing the previously used
socket.InetAddress.getByName(java.lang.String)
public int getPort()
public void setPort(int port)
port
- the port number to which messages are sent.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |