|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RemoteConnector
A remote connector connects to remote server to obtain connection.
| Method Summary | |
|---|---|
java.lang.String |
getDatabaseName()
Returns database name. |
java.lang.String |
getHost()
Returns server name. |
int |
getLoginTimeout()
Returns the maximum time in seconds that this data source can wait while attempting to connect to a database. |
java.lang.String |
getPassword()
Returns password used to connect to server. |
int |
getPort()
Returns remote port number. |
java.lang.String |
getUsername()
Returns username used to connect to server. |
| Methods inherited from interface org.apithefire.sql.connect.ConnectionProvider |
|---|
getConnection |
| Methods inherited from interface org.apithefire.util.lang.Closeable |
|---|
close |
| Method Detail |
|---|
java.lang.String getHost()
int getPort()
java.lang.String getDatabaseName()
java.lang.String getUsername()
java.lang.String getPassword()
int getLoginTimeout()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||