Uses of Interface
org.teiid.runtime.EmbeddedServer.ConnectionFactoryProvider
-
Packages that use EmbeddedServer.ConnectionFactoryProvider Package Description org.teiid.runtime -
-
Uses of EmbeddedServer.ConnectionFactoryProvider in org.teiid.runtime
Classes in org.teiid.runtime that implement EmbeddedServer.ConnectionFactoryProvider Modifier and Type Class Description static classEmbeddedServer.SimpleConnectionFactoryProvider<T>Methods in org.teiid.runtime that return types with arguments of type EmbeddedServer.ConnectionFactoryProvider Modifier and Type Method Description protected ConcurrentHashMap<String,EmbeddedServer.ConnectionFactoryProvider<?>>EmbeddedServer. getConnectionFactoryProviders()Methods in org.teiid.runtime with parameters of type EmbeddedServer.ConnectionFactoryProvider Modifier and Type Method Description voidEmbeddedServer. addConnectionFactoryProvider(String name, EmbeddedServer.ConnectionFactoryProvider<?> connectionFactoryProvider)Adds theEmbeddedServer.ConnectionFactoryProviderwith the given connection name to replace the default JNDI lookup strategy.
-