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   
 

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.
 

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)
           
static boolean SocketServerConnection.isSameInstance(java.lang.Object service, java.lang.Object 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)
           
 



Copyright © 2009. All Rights Reserved.