| Package | Description |
|---|---|
| org.odpi.openmetadata.frameworks.connectors |
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectorBase
The ConnectorBase is an implementation of the Connector interface.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
ConnectorProviderBase.getConnector(Connection connection)
Creates a new instance of a connector using the name of the connector provider in the supplied connection.
|
Connector |
ConnectorBroker.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(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(ConnectionProperties connection)
Creates a new instance of a connector based on the information 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VirtualConnectorExtension.initializeEmbeddedConnectors(List<Connector> embeddedConnectors)
Set up the list of connectors that this virtual connector will use to support its interface.
|
Copyright © 2018–2020 ODPi. All rights reserved.