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 class
EmbeddedServer.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 void
EmbeddedServer. addConnectionFactoryProvider(String name, EmbeddedServer.ConnectionFactoryProvider<?> connectionFactoryProvider)
Adds theEmbeddedServer.ConnectionFactoryProvider
with the given connection name to replace the default JNDI lookup strategy.
-