Uses of Class
org.teiid.net.CommunicationException

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

Uses of CommunicationException in org.teiid.client.security
 

Methods in org.teiid.client.security that throw CommunicationException
 void ILogon.assertIdentity(SessionToken sessionId)
           
 LogonResult ILogon.logon(java.util.Properties connectionProperties)
           
 ResultsFuture<?> ILogon.ping()
          Ping the server to see if the client-server connection is alive.
 ResultsFuture<?> ILogon.ping(java.util.Collection<java.lang.String> sessions)
           
 

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
 void ServerConnection.authenticate()
           
 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)
           
protected abstract  SocketServerInstance SocketServerInstanceImpl.RemoteInvocationHandler.getInstance()
           
 SocketServerInstance SocketServerConnectionFactory.getServerInstance(HostInfo info)
           
 SocketServerInstance SocketServerInstanceFactory.getServerInstance(HostInfo info)
           
 boolean SocketServerConnection.isSameInstance(ServerConnection otherService)
           
 SocketServerInstance SocketServerConnection.selectServerInstance(boolean logoff)
          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 SocketServerInstance.send(Message message, ResultsReceiver<java.lang.Object> receiver, java.io.Serializable key)
           
 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)
           
 



Copyright © 2011. All Rights Reserved.