public interface IServiceProperties extends IAttachProperties<IServiceProperties>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_SERVICE_NAME |
DEFAULT_CONNECT_TIMEOUT, DEFAULT_PORT, DEFAULT_SERVER_NAME, DEFAULT_SO_TIMEOUT, DEFAULT_SOCKET_BUFFER_SIZE
Modifier and Type | Method and Description |
---|---|
IServiceProperties |
asImmutable() |
IServiceProperties |
asNewMutable() |
java.lang.String |
getServiceName()
Get the service name
|
void |
setServiceName(java.lang.String serviceName)
Set the service name.
|
getAttachObjectName, getCharSet, getConnectTimeout, getDbCryptConfig, getEncoding, getPassword, getPortNumber, getRoleName, getServerName, getSocketBufferSize, getSoTimeout, getUser, getWireCrypt, setCharSet, setConnectTimeout, setDbCryptConfig, setEncoding, setPassword, setPortNumber, setRoleName, setServerName, setSocketBufferSize, setSoTimeout, setUser, setWireCrypt
static final java.lang.String DEFAULT_SERVICE_NAME
java.lang.String getServiceName()
NOTE: Implementer should take care to return DEFAULT_SERVICE_NAME
if
value hasn't been set yet.
void setServiceName(java.lang.String serviceName)
NOTE: Implementer should take care to use the DEFAULT_SERVICE_NAME
if
this method hasn't been called yet.
serviceName
- Service nameIServiceProperties asImmutable()
asImmutable
in interface IAttachProperties<IServiceProperties>
IServiceProperties
IServiceProperties asNewMutable()
asNewMutable
in interface IAttachProperties<IServiceProperties>
IServiceProperties
with all properties copied.Copyright © 2001-2021 Jaybird (Firebird JDBC/JCA) team. All rights reserved.