Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.beans.Endpoint
-
Packages that use Endpoint Package Description org.odpi.openmetadata.frameworks.connectors.properties org.odpi.openmetadata.frameworks.connectors.properties.beans -
-
Uses of Endpoint in org.odpi.openmetadata.frameworks.connectors.properties
Fields in org.odpi.openmetadata.frameworks.connectors.properties declared as Endpoint Modifier and Type Field Description protected EndpointEndpointProperties. endpointBeanMethods in org.odpi.openmetadata.frameworks.connectors.properties that return Endpoint Modifier and Type Method Description protected EndpointEndpointProperties. getEndpointBean()Return the Endpoint bean that contains all of the properties.Constructors in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type Endpoint Constructor Description EndpointProperties(AssetDescriptor parentAsset, Endpoint endpointBean)Bean constructor with parent assetEndpointProperties(Endpoint endpointBean)Bean constructor -
Uses of Endpoint in org.odpi.openmetadata.frameworks.connectors.properties.beans
Methods in org.odpi.openmetadata.frameworks.connectors.properties.beans that return Endpoint Modifier and Type Method Description EndpointConnection. getEndpoint()Returns a copy of the properties for this connection's endpoint.Methods in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type Endpoint Modifier and Type Method Description voidConnection. setEndpoint(Endpoint endpoint)Set up the endpoint properties for this Connection.Constructors in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type Endpoint Constructor Description Endpoint(Endpoint templateEndpoint)Copy/clone constructor for an Endpoint.
-