public interface IProxyServerInfo
extends java.io.Serializable
Description: 'Provides access to members that control proxy server configuration.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDfc221ff0_1240_43a0_8d76_3e917d029ce6 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPassword()
Proxy server user password.
|
java.lang.String |
getProxyServer()
Proxy server address.
|
java.lang.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(java.lang.String password)
Proxy server user password.
|
void |
setProxyServer(java.lang.String proxyServer)
Proxy server address.
|
void |
setUserName(java.lang.String userName)
Proxy server user name.
|
void |
writeProxyServerInfo()
Write proxy server configuration to the registry.
|
static final int IIDfc221ff0_1240_43a0_8d76_3e917d029ce6
static final int xxDummy
static final java.lang.String IID
java.lang.String getUserName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setUserName(java.lang.String userName)
throws java.io.IOException,
AutomationException
userName - The userName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getPassword()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setPassword(java.lang.String password)
throws java.io.IOException,
AutomationException
password - The password (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getProxyServer()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setProxyServer(java.lang.String proxyServer)
throws java.io.IOException,
AutomationException
proxyServer - The proxyServer (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean isEnabled()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setEnabled(boolean enabled)
throws java.io.IOException,
AutomationException
enabled - The enabled (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void readProxyServerInfo()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void writeProxyServerInfo()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.