Uses of Class
com.metamatrix.common.api.HostInfo

Packages that use HostInfo
com.metamatrix.common.api   
com.metamatrix.common.comm.platform.socket.client   
 

Uses of HostInfo in com.metamatrix.common.api
 

Methods in com.metamatrix.common.api that return types with arguments of type HostInfo
 java.util.List<HostInfo> MMURL.getHostInfo()
           
 

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

Methods in com.metamatrix.common.comm.platform.socket.client that return HostInfo
 HostInfo SocketServerInstanceImpl.getHostInfo()
           
 HostInfo SocketServerInstance.getHostInfo()
           
 

Methods in com.metamatrix.common.comm.platform.socket.client that return types with arguments of type HostInfo
 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)
           
 

Methods in com.metamatrix.common.comm.platform.socket.client with parameters of type HostInfo
 void ServerDiscovery.connectionSuccessful(HostInfo info)
          Indicates that a connection was made successfully to the given host.
 void UrlServerDiscovery.connectionSuccessful(HostInfo info)
           
 SocketServerInstance SocketServerConnectionFactory.getServerInstance(HostInfo info, boolean ssl)
           
 SocketServerInstance SocketServerInstanceFactory.getServerInstance(HostInfo info, boolean ssl)
           
 void ServerDiscovery.markInstanceAsBad(HostInfo info)
          Indicates that a connection could not be made to the given host.
 void UrlServerDiscovery.markInstanceAsBad(HostInfo info)
           
 

Constructors in com.metamatrix.common.comm.platform.socket.client with parameters of type HostInfo
SocketServerInstanceImpl(HostInfo host, boolean ssl, long synchTimeout)
           
 



Copyright © 2009. All Rights Reserved.