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

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

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

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

Uses of CommunicationException in com.metamatrix.common.comm.exception
 

Subclasses of CommunicationException in com.metamatrix.common.comm.exception
 class SingleInstanceCommunicationException
          An error occurred in communication between client and server.
 

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

Methods in com.metamatrix.common.comm.platform.socket.client that throw CommunicationException
 void SocketServerConnection.authenticate()
           
 void SocketServerInstanceImpl.connect(ObjectChannelFactory channelFactory)
           
 SocketServerConnection SocketServerConnectionFactory.createConnection(java.util.Properties connectionProperties)
           
 ObjectChannel OioOjbectChannelFactory.createObjectChannel(java.net.SocketAddress address, boolean ssl)
           
 ObjectChannel ObjectChannelFactory.createObjectChannel(java.net.SocketAddress address, boolean ssl)
           
 SocketServerInstance SocketServerConnectionFactory.getServerInstance(HostInfo info, boolean ssl)
           
 SocketServerInstance SocketServerInstanceFactory.getServerInstance(HostInfo info, boolean ssl)
           
 boolean SocketServerConnection.isSameInstance(ServerConnection otherService)
           
 SocketServerInstance SocketServerConnection.selectServerInstance()
          Implements a sticky random selection policy TODO: make this customizable TODO: put more information on hostinfo as to process response time, last successful connect, etc.
 void SocketServerInstanceImpl.send(Message message, ResultsReceiver<java.lang.Object> listener, java.io.Serializable messageKey)
           
 

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

Uses of CommunicationException in com.metamatrix.jdbc
 

Methods in com.metamatrix.jdbc that throw CommunicationException
 ServerConnection EmbeddedConnectionFactoryImpl.createConnection(java.util.Properties connectionProperties)
           
 boolean MMConnection.isSameProcess(MMConnection conn)
           
 

Uses of CommunicationException in org.teiid.transport
 

Methods in org.teiid.transport that throw CommunicationException
 LogonResult LocalServerConnection.authenticate(java.util.Properties connProps)
           
 boolean LocalServerConnection.isSameInstance(ServerConnection conn)
           
 void ChannelListener.onConnection()
           
 void SocketClientInstance.onConnection()
           
 void ChannelListener.receivedMessage(java.lang.Object msg)
           
 void SocketClientInstance.receivedMessage(java.lang.Object msg)
           
 void SocketClientInstance.shutdown()
           
 void ClientInstance.shutdown()
          Shutdown the server's connection to the client.
 

Constructors in org.teiid.transport that throw CommunicationException
LocalServerConnection(java.util.Properties connectionProperties, ClientServiceRegistry clientServices, SessionServiceInterface sessionService)
           
 



Copyright © 2009. All Rights Reserved.