Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.beans.Connection
-
-
Uses of Connection in org.odpi.openmetadata.frameworks.connectors
Fields in org.odpi.openmetadata.frameworks.connectors declared as Connection Modifier and Type Field Description protected ConnectionConnectorBase. connectionBeanMethods in org.odpi.openmetadata.frameworks.connectors that return Connection Modifier and Type Method Description protected ConnectionConnectorBase.ProtectedConnection. getConnectionBean()Return a copy of the ConnectionBean.Methods in org.odpi.openmetadata.frameworks.connectors with parameters of type Connection Modifier and Type Method Description ConnectorConnectorBroker. getConnector(Connection connection)Creates a new instance of a connector using the name of the connector provider in the supplied connection.abstract ConnectorConnectorProvider. getConnector(Connection connection)Creates a new instance of a connector using the information from the connection and the properties from the subclass(es).ConnectorConnectorProviderBase. getConnector(Connection connection)Creates a new instance of a connector using the name of the connector provider in the supplied connection.voidConnectorBroker. validateConnection(Connection connection)Validate that the connection has sufficient properties to attempt to create a connector. -
Uses of Connection in org.odpi.openmetadata.frameworks.connectors.properties
Fields in org.odpi.openmetadata.frameworks.connectors.properties declared as Connection Modifier and Type Field Description protected ConnectionConnectionProperties. connectionBeanMethods in org.odpi.openmetadata.frameworks.connectors.properties that return Connection Modifier and Type Method Description protected ConnectionConnectionProperties. getConnectionBean()Return the bean with all of the properties.Constructors in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type Connection Constructor Description ConnectionProperties(AssetDescriptor parentAsset, Connection connectionBean)Bean constructor with parent assetConnectionProperties(Connection connectionBean)Bean constructor -
Uses of Connection in org.odpi.openmetadata.frameworks.connectors.properties.beans
Subclasses of Connection in org.odpi.openmetadata.frameworks.connectors.properties.beans Modifier and Type Class Description classVirtualConnectionA virtual connection is for an asset that provides data by delegating requests to one or more other connections.Fields in org.odpi.openmetadata.frameworks.connectors.properties.beans declared as Connection Modifier and Type Field Description protected ConnectionEmbeddedConnection. embeddedConnectionMethods in org.odpi.openmetadata.frameworks.connectors.properties.beans that return Connection Modifier and Type Method Description ConnectionEmbeddedConnection. getEmbeddedConnection()Return the embedded connection.Methods in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type Connection Modifier and Type Method Description voidEmbeddedConnection. setEmbeddedConnection(Connection embeddedConnection)Set up the embedded connectionConstructors in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type Connection Constructor Description Connection(Connection template)Copy/clone Constructor to return a copy of a connection object.
-