| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IProxyServerInfo
Provides access to members that control proxy server configuration.
| Method Summary | |
|---|---|
 String | 
getPassword()
Proxy server user password.  | 
 String | 
getProxyServer()
Proxy server address.  | 
 String | 
getUserName()
Proxy server user name.  | 
 boolean | 
isEnabled()
Indicates whether a proxy server is required.  | 
 void | 
readProxyServerInfo()
Read proxy server configuration from the registry.  | 
 void | 
setEnabled(boolean enabled)
Indicates whether a proxy server is required.  | 
 void | 
setPassword(String password)
Proxy server user password.  | 
 void | 
setProxyServer(String proxyServer)
Proxy server address.  | 
 void | 
setUserName(String userName)
Proxy server user name.  | 
 void | 
writeProxyServerInfo()
Write proxy server configuration to the registry.  | 
| Method Detail | 
|---|
String getUserName()
                   throws IOException,
                          AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setUserName(String userName)
                 throws IOException,
                        AutomationException
userName - The userName  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getPassword()
                   throws IOException,
                          AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPassword(String password)
                 throws IOException,
                        AutomationException
password - The password  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getProxyServer()
                      throws IOException,
                             AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setProxyServer(String proxyServer)
                    throws IOException,
                           AutomationException
proxyServer - The proxyServer  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isEnabled()
                  throws IOException,
                         AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setEnabled(boolean enabled)
                throws IOException,
                       AutomationException
enabled - The enabled  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void readProxyServerInfo()
                         throws IOException,
                                AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void writeProxyServerInfo()
                          throws IOException,
                                 AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||