public final class FbImmutableServiceProperties extends AbstractImmutableAttachProperties<IServiceProperties> implements IServiceProperties
IServiceProperties
.FbServiceProperties
DEFAULT_SERVICE_NAME
DEFAULT_CONNECT_TIMEOUT, DEFAULT_SO_TIMEOUT, DEFAULT_SOCKET_BUFFER_SIZE
Constructor and Description |
---|
FbImmutableServiceProperties(IServiceProperties src)
Copy constructor for FbServiceProperties.
|
Modifier and Type | Method and Description |
---|---|
IServiceProperties |
asImmutable() |
IServiceProperties |
asNewMutable() |
boolean |
equals(java.lang.Object o) |
connectionPropertyValues, getBooleanProperty, getIntProperty, getProperty, hashCode, immutable, isImmutable, property, setBooleanProperty, setIntProperty, setProperty
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getAttachObjectName, getWireCryptAsEnum, isImmutable, setAttachObjectName, setWireCryptAsEnum
getExpectedDb, getServiceName, setExpectedDb, setServiceName
getAuthPlugins, getCharSet, getConnectTimeout, getDbCryptConfig, getEncoding, getParallelWorkers, getPassword, getPortNumber, getProcessId, getProcessName, getRoleName, getServerName, getSocketBufferSize, getSoTimeout, getType, getUser, getWireCrypt, isWireCompression, setAuthPlugins, setCharSet, setConnectTimeout, setDbCryptConfig, setEncoding, setParallelWorkers, setPassword, setPortNumber, setProcessId, setProcessName, setRoleName, setServerName, setSocketBufferSize, setSoTimeout, setType, setUser, setWireCompression, setWireCrypt
connectionPropertyValues, getBooleanProperty, getBooleanProperty, getIntProperty, getIntProperty, getProperty, getProperty, setBooleanProperty, setIntProperty, setProperty
public FbImmutableServiceProperties(IServiceProperties src)
All properties defined in IServiceProperties
are copied from src
to the new instance.
src
- Source to copy frompublic IServiceProperties asImmutable()
asImmutable
in interface IAttachProperties<IServiceProperties>
asImmutable
in interface IServiceProperties
IServiceProperties
public IServiceProperties asNewMutable()
asNewMutable
in interface IAttachProperties<IServiceProperties>
asNewMutable
in interface IServiceProperties
IServiceProperties
with all properties copied.public boolean equals(java.lang.Object o)
equals
in class AbstractImmutableAttachProperties<IServiceProperties>
Copyright © 2001-2023 Jaybird (Firebird JDBC) team. All rights reserved.