|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sun.faban.harness.common.Config.HostInfo
public static class Config.HostInfo
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 |
---|
public String name
public URL url
public String key
public String proxyHost
public int proxyPort
Constructor Detail |
---|
public Config.HostInfo()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |