| Package | Description |
|---|---|
| org.odpi.openmetadata.frameworks.connectors | |
| org.odpi.openmetadata.frameworks.connectors.ffdc |
| Modifier and Type | Method and Description |
|---|---|
Connector |
ConnectorBroker.getConnector(Connection connection)
Creates a new instance of a connector using the name of the connector provider in the supplied connection.
|
Connector |
ConnectorProviderBase.getConnector(Connection 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).
|
Connector |
ConnectorBroker.getConnector(ConnectionProperties 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.
|
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).
|
void |
ConnectorBroker.validateConnection(Connection connection)
Validate that the connection has sufficient properties to attempt to create a connector.
|
void |
ConnectorBroker.validateConnection(ConnectionProperties connection)
Validate that the connection has sufficient properties to attempt to create a connector.
|
| Constructor and Description |
|---|
ConnectionCheckedException(String errorMessage,
ConnectionCheckedException template)
This is the copy/clone constructor used for creating an exception.
|
Copyright © 2018–2020 ODPi. All rights reserved.