Uses of Interface
org.teiid.net.socket.SocketServerInstance

Packages that use SocketServerInstance
org.teiid.net.socket   
 

Uses of SocketServerInstance in org.teiid.net.socket
 

Classes in org.teiid.net.socket 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 org.teiid.net.socket 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 org.teiid.net.socket 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 © 2010. All Rights Reserved.