| Package | Description |
|---|---|
| org.odpi.openmetadata.frameworks.connectors | |
| org.odpi.openmetadata.frameworks.connectors.ffdc |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Connector.disconnect()
Free up any resources held since the connector is no longer needed.
|
void |
ConnectorBase.disconnect()
Free up any resources held since the connector is no longer needed.
|
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).
|
abstract void |
Connector.start()
Indicates that the connector is completely configured and can begin processing.
|
void |
ConnectorBase.start()
Indicates that the connector is completely configured and can begin processing.
|
| Constructor and Description |
|---|
ConnectorCheckedException(String errorMessage,
ConnectorCheckedException template)
This is the copy/clone constructor used for creating an exception.
|
Copyright © 2018–2020 ODPi. All rights reserved.