com.sun.faban.harness.common
Class Config.HostInfo

java.lang.Object
  extended by com.sun.faban.harness.common.Config.HostInfo
Enclosing class:
Config

public static class Config.HostInfo
extends Object

Host information structure.


Field Summary
 String key
          The key used for accessing this host.
 String name
          Host name.
 String proxyHost
          Proxy, if any, for accesing the host.
 int proxyPort
          The proxy port.
 URL url
          URL to access the host.
 
Constructor Summary
Config.HostInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name
Host name.


url

public URL url
URL to access the host.


key

public String key
The key used for accessing this host.


proxyHost

public String proxyHost
Proxy, if any, for accesing the host.


proxyPort

public int proxyPort
The proxy port.

Constructor Detail

Config.HostInfo

public Config.HostInfo()