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   
com.metamatrix.common.comm.platform.socket.client   
com.metamatrix.common.comm.platform.socket.server   
com.metamatrix.console.connections   
com.metamatrix.jdbc   
 

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
 

Methods in com.metamatrix.common.comm.platform.socket that throw CommunicationException
 void ChannelListener.onConnection()
           
 void ChannelListener.receivedMessage(java.lang.Object msg)
           
 

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(SocketServerConnection 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.common.comm.platform.socket.server
 

Methods in com.metamatrix.common.comm.platform.socket.server that throw CommunicationException
 void SocketClientInstance.onConnection()
           
 void SocketClientInstance.receivedMessage(java.lang.Object msg)
           
 void SocketClientInstance.shutdown()
           
 void ClientInstance.shutdown()
          Shutdown the server's connection to the client.
 

Uses of CommunicationException in com.metamatrix.console.connections
 

Methods in com.metamatrix.console.connections that throw CommunicationException
 ServerAdmin ConnectionInfo.getServerAdmin()
          Get a ServerAdmin object.
 ServerConnection ConnectionInfo.login()
          Create a new ServerConnection.
 

Uses of CommunicationException in com.metamatrix.jdbc
 

Methods in com.metamatrix.jdbc that throw CommunicationException
 boolean MMServerConnection.isSameProcess(MMConnection conn)
           
abstract  boolean MMConnection.isSameProcess(MMConnection conn)
           
 



Copyright © 2009. All Rights Reserved.