|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The base Firebird Service API functionality.
Method Summary | |
java.lang.String |
getDatabase()
Returns the database path for the connection to the service manager. |
java.lang.String |
getHost()
Returns the host for the connection to the service manager. |
java.io.OutputStream |
getLogger()
Returns the logger for the connection to the service manager. |
java.lang.String |
getPassword()
Returns the password for the connection to the service manager. |
int |
getPort()
Returns the port for the connection to the service manager. |
java.lang.String |
getUser()
Returns the username for the connection to the service manager. |
void |
setDatabase(java.lang.String database)
Sets the database path for the connection to the service manager. |
void |
setHost(java.lang.String host)
Sets the host for the connection to the service manager. |
void |
setLogger(java.io.OutputStream logger)
Sets the logger for the connection to the service manager. |
void |
setPassword(java.lang.String password)
Sets the password for the connection to the service manager. |
void |
setPort(int port)
Sets the port for the connection to the service manager. |
void |
setUser(java.lang.String user)
Sets the username for the connection to the service manager. |
Method Detail |
public void setUser(java.lang.String user)
user
- for the connection to the service manager.public java.lang.String getUser()
public void setPassword(java.lang.String password)
password
- for the connection to the service manager.public java.lang.String getPassword()
public void setDatabase(java.lang.String database)
database
- path for the connection to the service manager.public java.lang.String getDatabase()
public java.lang.String getHost()
public void setHost(java.lang.String host)
host
- for the connection to the service manager.public int getPort()
public void setPort(int port)
port
- for the connection to the service manager.public java.io.OutputStream getLogger()
public void setLogger(java.io.OutputStream logger)
logger
- for the connection to the service manager.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |