| Modifier and Type | Field and Description |
|---|---|
protected Connection |
ConnectorBase.connectionBean |
| Modifier and Type | Method and Description |
|---|---|
protected Connection |
ConnectorBase.ProtectedConnection.getConnectionBean()
Return a copy of the ConnectionBean.
|
| 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).
|
void |
ConnectorBroker.validateConnection(Connection connection)
Validate that the connection has sufficient properties to attempt to create a connector.
|
| Modifier and Type | Field and Description |
|---|---|
protected Connection |
ConnectionProperties.connectionBean |
| Modifier and Type | Method and Description |
|---|---|
protected Connection |
ConnectionProperties.getConnectionBean()
Return the bean with all of the properties.
|
| Constructor and Description |
|---|
ConnectionProperties(AssetDescriptor parentAsset,
Connection connectionBean)
Bean constructor with parent asset
|
ConnectionProperties(Connection connectionBean)
Bean constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
VirtualConnection
A virtual connection is for an asset that provides data by delegating requests to one or more other connections.
|
| Modifier and Type | Field and Description |
|---|---|
protected Connection |
EmbeddedConnection.embeddedConnection |
| Modifier and Type | Method and Description |
|---|---|
Connection |
EmbeddedConnection.getEmbeddedConnection()
Return the embedded connection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EmbeddedConnection.setEmbeddedConnection(Connection embeddedConnection)
Set up the embedded connection
|
| Constructor and Description |
|---|
Connection(Connection template)
Copy/clone Constructor to return a copy of a connection object.
|
Copyright © 2018–2020 ODPi. All rights reserved.