Uses of Class
com.metamatrix.common.comm.exception.ConnectionException

Packages that use ConnectionException
com.metamatrix.common.comm.api   
com.metamatrix.common.comm.platform.socket.client   
com.metamatrix.console.connections   
com.metamatrix.jdbc.transport   
 

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

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

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

Methods in com.metamatrix.common.comm.platform.socket.client that throw ConnectionException
 void SocketServerConnection.authenticate()
           
 SocketServerConnection SocketServerConnectionFactory.createConnection(java.util.Properties connectionProperties)
           
 

Constructors in com.metamatrix.common.comm.platform.socket.client that throw ConnectionException
SocketServerConnection(SocketServerInstanceFactory connectionFactory, boolean secure, ServerDiscovery serverDiscovery, java.util.Properties connProps, java.util.Timer pingTimer)
           
 

Uses of ConnectionException in com.metamatrix.console.connections
 

Methods in com.metamatrix.console.connections that throw ConnectionException
 ServerConnection ConnectionInfo.login()
          Create a new ServerConnection.
 

Uses of ConnectionException in com.metamatrix.jdbc.transport
 

Methods in com.metamatrix.jdbc.transport that throw ConnectionException
 ServerConnection LocalTransportHandler.createConnection(java.util.Properties connectionProperties)
           
 



Copyright © 2009. All Rights Reserved.