Uses of Class
org.teiid.net.ConnectionException
-
Packages that use ConnectionException Package Description org.teiid.net org.teiid.net.socket -
-
Uses of ConnectionException in org.teiid.net
Methods in org.teiid.net that throw ConnectionException Modifier and Type Method Description void
ServerConnection. authenticate()
ServerConnection
ServerConnectionFactory. getConnection(Properties connectionProperties)
Establish a connection to the server. -
Uses of ConnectionException in org.teiid.net.socket
Methods in org.teiid.net.socket that throw ConnectionException Modifier and Type Method Description void
SocketServerConnection. authenticate()
SocketServerConnection
SocketServerConnectionFactory. getConnection(Properties connectionProperties)
SocketServerInstance
SocketServerConnection. selectServerInstance()
Implements a sticky random selection policy TODO: make this customizable TODO: put more information on hostinfo as to process response time, last successful connect, etc.Constructors in org.teiid.net.socket that throw ConnectionException Constructor Description SocketServerConnection(SocketServerInstanceFactory connectionFactory, boolean secure, UrlServerDiscovery serverDiscovery, Properties connProps)
-