Uses of Interface
org.teiid.net.ServerConnection
-
Packages that use ServerConnection Package Description org.teiid.jdbc org.teiid.net org.teiid.net.socket -
-
Uses of ServerConnection in org.teiid.jdbc
Fields in org.teiid.jdbc declared as ServerConnection Modifier and Type Field Description protected ServerConnection
ConnectionImpl. serverConn
Methods in org.teiid.jdbc that return ServerConnection Modifier and Type Method Description ServerConnection
LocalProfile. createServerConnection(Properties info)
ServerConnection
ConnectionImpl. getServerConnection()
This method gets the ServerConnection object wrapped by this object.Constructors in org.teiid.jdbc with parameters of type ServerConnection Constructor Description ConnectionImpl(ServerConnection serverConn, Properties info, String url)
-
Uses of ServerConnection in org.teiid.net
Methods in org.teiid.net that return ServerConnection Modifier and Type Method Description ServerConnection
ServerConnectionFactory. getConnection(Properties connectionProperties)
Establish a connection to the server.Methods in org.teiid.net with parameters of type ServerConnection Modifier and Type Method Description boolean
ServerConnection. isSameInstance(ServerConnection conn)
-
Uses of ServerConnection in org.teiid.net.socket
Classes in org.teiid.net.socket that implement ServerConnection Modifier and Type Class Description class
SocketServerConnection
Represents a client connection that maintains session state and allows for service fail over.Methods in org.teiid.net.socket with parameters of type ServerConnection Modifier and Type Method Description boolean
SocketServerConnection. isSameInstance(ServerConnection otherService)
-