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