|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The interface to implement for all objects that are intended to configure a connection.
| Method Summary | |
java.lang.String |
getHostName()
Returns the host name for the connection to configure. |
int |
getPortNumber()
Returns the port number for the connexion to configure. |
void |
setHostName(java.lang.String name)
Sets the host name for the connection to configure. |
void |
setPortNumber(int number)
Sets the port number for the connexion to configure. |
| Method Detail |
public void setHostName(java.lang.String name)
name - the host name.public java.lang.String getHostName()
public void setPortNumber(int number)
number - the port number.public int getPortNumber()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||