Uses of Class
org.teiid.net.HostInfo

Packages that use HostInfo
org.teiid.net   
org.teiid.net.socket   
 

Uses of HostInfo in org.teiid.net
 

Methods in org.teiid.net that return types with arguments of type HostInfo
 java.util.List<HostInfo> TeiidURL.getHostInfo()
           
 

Uses of HostInfo in org.teiid.net.socket
 

Methods in org.teiid.net.socket that return HostInfo
 HostInfo SocketServerInstance.getHostInfo()
           
 HostInfo SocketServerInstanceImpl.getHostInfo()
           
 HostInfo UrlServerDiscovery.selectNextInstance(java.util.List<HostInfo> hosts)
           
 HostInfo ServerDiscovery.selectNextInstance(java.util.List<HostInfo> hosts)
          Select the next instance to try.
 

Methods in org.teiid.net.socket that return types with arguments of type HostInfo
 java.util.List<HostInfo> UrlServerDiscovery.getKnownHosts(LogonResult result, SocketServerInstance instance)
           
 java.util.List<HostInfo> ServerDiscovery.getKnownHosts(LogonResult result, SocketServerInstance instance)
          Get the currently known hosts.
 

Methods in org.teiid.net.socket with parameters of type HostInfo
 void UrlServerDiscovery.connectionSuccessful(HostInfo info)
           
 void ServerDiscovery.connectionSuccessful(HostInfo info)
          Indicates that a connection was made successfully to the given host.
 SocketServerInstance SocketServerConnectionFactory.getServerInstance(HostInfo info)
           
 SocketServerInstance SocketServerInstanceFactory.getServerInstance(HostInfo info)
           
 void UrlServerDiscovery.markInstanceAsBad(HostInfo info)
           
 void ServerDiscovery.markInstanceAsBad(HostInfo info)
          Indicates that a connection could not be made to the given host.
 

Method parameters in org.teiid.net.socket with type arguments of type HostInfo
 HostInfo UrlServerDiscovery.selectNextInstance(java.util.List<HostInfo> hosts)
           
 HostInfo ServerDiscovery.selectNextInstance(java.util.List<HostInfo> hosts)
          Select the next instance to try.
 

Constructors in org.teiid.net.socket with parameters of type HostInfo
SocketServerInstanceImpl(HostInfo info, long synchTimeout)
           
 



Copyright © 2011. All Rights Reserved.