Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.beans.EmbeddedConnection
-
Packages that use EmbeddedConnection Package Description org.odpi.openmetadata.frameworks.connectors.properties org.odpi.openmetadata.frameworks.connectors.properties.beans -
-
Uses of EmbeddedConnection in org.odpi.openmetadata.frameworks.connectors.properties
Fields in org.odpi.openmetadata.frameworks.connectors.properties declared as EmbeddedConnection Modifier and Type Field Description protected EmbeddedConnectionEmbeddedConnectionProperties. embeddedConnectionBeanMethods in org.odpi.openmetadata.frameworks.connectors.properties that return EmbeddedConnection Modifier and Type Method Description protected EmbeddedConnectionEmbeddedConnectionProperties. getEmbeddedConnectionBean()Return the bean with all the propertiesConstructors in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type EmbeddedConnection Constructor Description EmbeddedConnectionProperties(EmbeddedConnection embeddedConnectionBean)Bean constructor -
Uses of EmbeddedConnection in org.odpi.openmetadata.frameworks.connectors.properties.beans
Methods in org.odpi.openmetadata.frameworks.connectors.properties.beans that return types with arguments of type EmbeddedConnection Modifier and Type Method Description List<EmbeddedConnection>VirtualConnection. getEmbeddedConnections()Return the list of embedded connections for this virtual connection.Method parameters in org.odpi.openmetadata.frameworks.connectors.properties.beans with type arguments of type EmbeddedConnection Modifier and Type Method Description voidVirtualConnection. setEmbeddedConnections(List<EmbeddedConnection> embeddedConnections)Set up the list of embedded connections for this virtual connection.Constructors in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type EmbeddedConnection Constructor Description EmbeddedConnection(EmbeddedConnection template)Copy/clone constructor.
-