public final class FbServiceProperties extends AbstractAttachProperties<IServiceProperties> implements IServiceProperties
IServiceProperties
.FbImmutableServiceProperties
AbstractAttachProperties.PropertyUpdateListener
DEFAULT_SERVICE_NAME
DEFAULT_CONNECT_TIMEOUT, DEFAULT_SO_TIMEOUT, DEFAULT_SOCKET_BUFFER_SIZE
Constructor and Description |
---|
FbServiceProperties()
Default constructor for FbServiceProperties
|
FbServiceProperties(IServiceProperties src)
Copy constructor for FbServiceProperties.
|
Modifier and Type | Method and Description |
---|---|
IServiceProperties |
asImmutable() |
IServiceProperties |
asNewMutable() |
protected void |
dirtied()
Called by setters if they have been called.
|
boolean |
equals(java.lang.Object o) |
connectionPropertyValues, getBooleanProperty, getIntProperty, getProperty, hashCode, isImmutable, property, registerPropertyUpdateListener, resolveStoredDefaultValue, 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 FbServiceProperties(IServiceProperties src)
All properties defined in IServiceProperties
are copied from src
to the new instance.
src
- Source to copy frompublic FbServiceProperties()
public 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 AbstractAttachProperties<IServiceProperties>
protected void dirtied()
AbstractAttachProperties
dirtied
in class AbstractAttachProperties<IServiceProperties>
Copyright © 2001-2023 Jaybird (Firebird JDBC) team. All rights reserved.