Package org.firebirdsql.gds.ng
Interface IServiceProperties
- 
- All Superinterfaces:
- AttachmentProperties,- BaseProperties,- IAttachProperties<IServiceProperties>,- ServiceConnectionProperties
 - All Known Implementing Classes:
- FbImmutableServiceProperties,- FbServiceProperties
 
 public interface IServiceProperties extends IAttachProperties<IServiceProperties>, ServiceConnectionProperties Connection properties for a Firebird service attachment.- Since:
- 3.0
- Author:
- Mark Rotteveel
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringDEFAULT_SERVICE_NAMEDeprecated.- 
Fields inherited from interface org.firebirdsql.gds.ng.IAttachPropertiesDEFAULT_CONNECT_TIMEOUT, DEFAULT_SO_TIMEOUT, DEFAULT_SOCKET_BUFFER_SIZE
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IServicePropertiesasImmutable()IServicePropertiesasNewMutable()- 
Methods inherited from interface org.firebirdsql.jaybird.props.AttachmentPropertiesgetAuthPlugins, 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
 - 
Methods inherited from interface org.firebirdsql.jaybird.props.BasePropertiesconnectionPropertyValues, getBooleanProperty, getBooleanProperty, getIntProperty, getIntProperty, getProperty, getProperty, setBooleanProperty, setIntProperty, setProperty
 - 
Methods inherited from interface org.firebirdsql.gds.ng.IAttachPropertiesgetAttachObjectName, getWireCryptAsEnum, isImmutable, setAttachObjectName, setWireCryptAsEnum
 - 
Methods inherited from interface org.firebirdsql.jaybird.props.ServiceConnectionPropertiesgetExpectedDb, getServiceName, setExpectedDb, setServiceName
 
- 
 
- 
- 
- 
Field Detail- 
DEFAULT_SERVICE_NAME@Deprecated static final java.lang.String DEFAULT_SERVICE_NAME Deprecated.- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
asImmutableIServiceProperties asImmutable() - Specified by:
- asImmutablein interface- IAttachProperties<IServiceProperties>
- Returns:
- An immutable version of this instance as an implementation of IServiceProperties
 
 - 
asNewMutableIServiceProperties asNewMutable() - Specified by:
- asNewMutablein interface- IAttachProperties<IServiceProperties>
- Returns:
- A new, mutable, instance as an implementation of IServicePropertieswith all properties copied.
 
 
- 
 
-