Connector |
ConnectorBroker.getConnector(Connection connection) |
Creates a new instance of a connector using the name of the connector provider in the supplied connection.
|
Connector |
ConnectorBroker.getConnector(ConnectionProperties connection) |
Creates a new instance of a connector using the name of the connector provider in the supplied connection.
|
abstract Connector |
ConnectorProvider.getConnector(Connection connection) |
Creates a new instance of a connector using the information from the connection and the properties
from the subclass(es).
|
abstract Connector |
ConnectorProvider.getConnector(ConnectionProperties connection) |
Creates a new instance of a connector using the information from the connection and the properties
from the subclass(es).
|
Connector |
ConnectorProviderBase.getConnector(Connection connection) |
Creates a new instance of a connector using the name of the connector provider in the supplied connection.
|
Connector |
ConnectorProviderBase.getConnector(ConnectionProperties connection) |
Creates a new instance of a connector based on the information in the supplied connection.
|