Uses of Class
org.teiid.net.CommunicationException

Packages that use CommunicationException
org.teiid.jdbc   
org.teiid.net   
org.teiid.net.socket   
 

Uses of CommunicationException in org.teiid.jdbc
 

Methods in org.teiid.jdbc that throw CommunicationException
 boolean ConnectionImpl.isSameProcess(ConnectionImpl conn)
           
 

Uses of CommunicationException in org.teiid.net
 

Methods in org.teiid.net that throw CommunicationException
 ServerConnection ServerConnectionFactory.getConnection(java.util.Properties connectionProperties)
          Establish a connection to the server.
 boolean ServerConnection.isSameInstance(ServerConnection conn)
           
 

Uses of CommunicationException in org.teiid.net.socket
 

Subclasses of CommunicationException in org.teiid.net.socket
 class SingleInstanceCommunicationException
          An error occurred in communication between client and server.
 

Methods in org.teiid.net.socket that throw CommunicationException
 void SocketServerConnection.authenticate()
           
 void SocketServerInstanceImpl.connect(ObjectChannelFactory channelFactory)
           
 ObjectChannel OioOjbectChannelFactory.createObjectChannel(java.net.SocketAddress address, boolean ssl)
           
 ObjectChannel ObjectChannelFactory.createObjectChannel(java.net.SocketAddress address, boolean ssl)
           
 SocketServerConnection SocketServerConnectionFactory.getConnection(java.util.Properties connectionProperties)
           
 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.
protected  void SocketServerInstanceImpl.send(Message message, ResultsReceiver<java.lang.Object> listener, java.io.Serializable messageKey)
           
 

Constructors in org.teiid.net.socket that throw CommunicationException
SocketServerConnection(SocketServerInstanceFactory connectionFactory, boolean secure, ServerDiscovery serverDiscovery, java.util.Properties connProps, java.util.Timer pingTimer)
           
 



Copyright © 2010. All Rights Reserved.