|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.bnl.star.offline.scheduler.informationService.Proxy
public class Proxy
Used to set SUMS proxy configuration. It should be setup in the SUM config file for each each site. This setting is global to in running instance of SUMS. The last known working valuse here at bnl: proxyPort = "3128" proxyHost = "192.168.1.4" service = "http://osg-cat.grid.iu.edu/services.php" useProxy = true
Constructor Summary | |
---|---|
Proxy()
Creates a new instance of Proxy |
Method Summary | |
---|---|
java.lang.String |
getProxyHost()
|
java.lang.String |
getProxyPort()
|
boolean |
getUseProxy()
|
void |
installProxy()
After the seting have been initialized, this member will make the proxy setting global. |
void |
setProxyHost(java.lang.String proxyHost)
|
void |
setProxyPort(java.lang.String proxyPort)
|
void |
setUseProxy(boolean useProxy)
This is the equivalent of a "use proxy" checkbox on a web browser or other web app. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Proxy()
Method Detail |
---|
public void setUseProxy(boolean useProxy)
useProxy
- this should be set to true only if a proxy is need.public boolean getUseProxy()
public void setProxyHost(java.lang.String proxyHost)
public java.lang.String getProxyHost()
public void setProxyPort(java.lang.String proxyPort)
public java.lang.String getProxyPort()
public void installProxy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |