| java.lang.Object com.sun.portal.util.ServiceReachabilityInfo
ServiceReachabilityInfo | public class ServiceReachabilityInfo (Code) | | author: Rajesh T |
ServiceReachabilityInfo | public ServiceReachabilityInfo(String host, int port)(Code) | | Creates a new instance of HostReachabilityInfo
|
ServiceReachabilityInfo | public ServiceReachabilityInfo(String host, int port, String proxyHost, int proxyPort)(Code) | | |
ServiceReachabilityInfo | public ServiceReachabilityInfo(String host, int port, String proxyHost, int proxyPort, String proxyUser, String proxyPasswd)(Code) | | |
getPort | public int getPort()(Code) | | |
getProxyPort | public int getProxyPort()(Code) | | |
getServicePort | public int getServicePort()(Code) | | |
setPort | public void setPort(int port)(Code) | | |
setProxyPassword | public void setProxyPassword(String passwd)(Code) | | |
setProxyPort | public void setProxyPort(int port)(Code) | | |
setServicePort | public void setServicePort(int port)(Code) | | |
|
|