ServiceUtility.createMinimalServiceContainer(software.amazon.jdbc.util.storage.StorageService, software.amazon.jdbc.util.monitoring.MonitorService, software.amazon.jdbc.util.events.EventPublisher, software.amazon.jdbc.ConnectionProvider, software.amazon.jdbc.util.telemetry.TelemetryFactory, java.lang.String, java.lang.String, software.amazon.jdbc.targetdriverdialect.TargetDriverDialect, software.amazon.jdbc.dialect.Dialect, java.util.Properties) followed by
PluginService.forceConnect(software.amazon.jdbc.HostSpec, java.util.Properties) instead.@Deprecated public class ConnectionServiceImpl extends java.lang.Object implements ConnectionService
| Modifier and Type | Field and Description |
|---|---|
protected ConnectionPluginManager |
pluginManager
Deprecated.
|
protected PluginService |
pluginService
Deprecated.
|
protected java.lang.String |
targetDriverProtocol
Deprecated.
|
| Constructor and Description |
|---|
ConnectionServiceImpl(StorageService storageService,
MonitorService monitorService,
EventPublisher eventPublisher,
TelemetryFactory telemetryFactory,
ConnectionProvider connectionProvider,
java.lang.String originalUrl,
java.lang.String targetDriverProtocol,
TargetDriverDialect driverDialect,
Dialect dbDialect,
java.util.Properties props)
|
| Modifier and Type | Method and Description |
|---|---|
PluginService |
getPluginService()
Deprecated.
|
java.sql.Connection |
open(HostSpec hostSpec,
java.util.Properties props)
Deprecated.
|
protected final java.lang.String targetDriverProtocol
protected final ConnectionPluginManager pluginManager
protected final PluginService pluginService
@Deprecated public ConnectionServiceImpl(StorageService storageService, MonitorService monitorService, EventPublisher eventPublisher, TelemetryFactory telemetryFactory, ConnectionProvider connectionProvider, java.lang.String originalUrl, java.lang.String targetDriverProtocol, TargetDriverDialect driverDialect, Dialect dbDialect, java.util.Properties props) throws java.sql.SQLException
ConnectionServiceImpl instance.java.sql.SQLException@Deprecated public java.sql.Connection open(HostSpec hostSpec, java.util.Properties props) throws java.sql.SQLException
ConnectionServiceopen in interface ConnectionServicehostSpec - the hostSpec containing the host information for the auxiliary connection.props - the properties for the auxiliary connection.java.sql.SQLException - if an error occurs while opening the connection.@Deprecated public PluginService getPluginService()
ConnectionServicePluginService associated with this ConnectionService.getPluginService in interface ConnectionServicePluginService associated with this ConnectionService