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   
 

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
 void ServerConnectionListener.connectionAdded(ServerConnection connection)
          A connection has been added to DQP
 void ServerConnectionListener.connectionRemoved(ServerConnection connection)
          A connection has been removed for DQP
 

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.
 



Copyright © 2009. All Rights Reserved.