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 SocketServerConnectionFactory.getServerInstance(HostInfo info, boolean ssl)
           
 SocketServerInstance SocketServerInstanceFactory.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
 java.util.List<HostInfo> ServerDiscovery.getKnownHosts(LogonResult result, SocketServerInstance instance)
          Get the currently known hosts.
 java.util.List<HostInfo> UrlServerDiscovery.getKnownHosts(LogonResult result, SocketServerInstance instance)
           
 java.util.List<HostInfo> AdminApiServerDiscovery.getKnownHosts(LogonResult result, SocketServerInstance instance)
           
 



Copyright © 2009. All Rights Reserved.