Uses of Interface
org.teiid.net.ServerConnection

Packages that use ServerConnection
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
protected  ServerConnection ConnectionImpl.serverConn
           
 

Constructors in org.teiid.jdbc with parameters of type ServerConnection
ConnectionImpl(ServerConnection serverConn, java.util.Properties info, java.lang.String url)
           
 

Uses of ServerConnection in org.teiid.net
 

Methods in org.teiid.net that return ServerConnection
 ServerConnection ServerConnectionFactory.getConnection(java.util.Properties connectionProperties)
          Establish a connection to the server.
 

Methods in org.teiid.net with parameters of type ServerConnection
 boolean ServerConnection.isSameInstance(ServerConnection conn)
           
 

Uses of ServerConnection in org.teiid.net.socket
 

Classes in org.teiid.net.socket that implement ServerConnection
 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
 boolean SocketServerConnection.isSameInstance(ServerConnection otherService)
           
 



Copyright © 2010. All Rights Reserved.