Uses of Interface
com.metamatrix.common.comm.platform.socket.client.SocketServerInstance

Packages that use SocketServerInstance
com.metamatrix.common.comm.platform.socket.client   
 

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

Classes in com.metamatrix.common.comm.platform.socket.client that implement SocketServerInstance
 class SocketServerInstanceImpl
          Client view of a socket server connection that exposes remote services On construction this class will create a channel and exchange a handshake.
 

Methods in com.metamatrix.common.comm.platform.socket.client that return SocketServerInstance
 SocketServerInstance SocketServerInstanceFactory.getServerInstance(HostInfo info, boolean ssl)
           
 SocketServerInstance SocketServerConnectionFactory.getServerInstance(HostInfo info, boolean ssl)
           
 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.
 

Methods in com.metamatrix.common.comm.platform.socket.client with parameters of type SocketServerInstance
 void UrlServerDiscovery.connectionSuccessful(HostInfo info, SocketServerInstance instance)
           
 void ServerDiscovery.connectionSuccessful(HostInfo info, SocketServerInstance instance)
           
 void AdminApiServerDiscovery.connectionSuccessful(HostInfo info, SocketServerInstance instance)
           
 



Copyright © 2009. All Rights Reserved.