Uses of Interface
com.metamatrix.common.comm.api.ServerConnection

Packages that use ServerConnection
com.metamatrix.common.comm.api   
com.metamatrix.common.comm.platform.socket.client   
com.metamatrix.jdbc   
org.teiid.transport   
 

Uses of ServerConnection in com.metamatrix.common.comm.api
 

Methods in com.metamatrix.common.comm.api that return ServerConnection
 ServerConnection ServerConnectionFactory.createConnection(java.util.Properties connectionProperties)
          Establish a connection to the server.
 

Methods in com.metamatrix.common.comm.api with parameters of type ServerConnection
 boolean ServerConnection.isSameInstance(ServerConnection conn)
           
 

Uses of ServerConnection in com.metamatrix.common.comm.platform.socket.client
 

Classes in com.metamatrix.common.comm.platform.socket.client that implement ServerConnection
 class SocketServerConnection
          Represents a client connection that maintains session state and allows for service fail over.
 

Methods in com.metamatrix.common.comm.platform.socket.client with parameters of type ServerConnection
 boolean SocketServerConnection.isSameInstance(ServerConnection otherService)
           
 

Uses of ServerConnection in com.metamatrix.jdbc
 

Fields in com.metamatrix.jdbc declared as ServerConnection
protected  ServerConnection MMConnection.serverConn
           
 

Methods in com.metamatrix.jdbc that return ServerConnection
 ServerConnection EmbeddedConnectionFactoryImpl.createConnection(java.util.Properties connectionProperties)
           
 

Constructors in com.metamatrix.jdbc with parameters of type ServerConnection
MMConnection(ServerConnection serverConn, java.util.Properties info, java.lang.String url)
          MMConnection constructor, tring to establish connection to metamatrix with the given URL and properties.
 

Uses of ServerConnection in org.teiid.transport
 

Classes in org.teiid.transport that implement ServerConnection
 class LocalServerConnection
           
 

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



Copyright © 2009. All Rights Reserved.