com.esri.arcgis.system
Interface IProxyServerInfo

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IProxyServerInfo2
All Known Implementing Classes:
IProxyServerInfo2Proxy, IProxyServerInfoProxy, ProxyServerInfo

public interface IProxyServerInfo
extends java.io.Serializable

COM Interface 'IProxyServerInfo'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSystem.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDfc221ff0_1240_43a0_8d76_3e917d029ce6
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IIDfc221ff0_1240_43a0_8d76_3e917d029ce6

static final int IIDfc221ff0_1240_43a0_8d76_3e917d029ce6
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getUserName

java.lang.String getUserName()
                             throws java.io.IOException,
                                    AutomationException
Proxy server user name.

Returns:
The userName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUserName

void setUserName(java.lang.String userName)
                 throws java.io.IOException,
                        AutomationException
Proxy server user name.

Parameters:
userName - The userName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPassword

java.lang.String getPassword()
                             throws java.io.IOException,
                                    AutomationException
Proxy server user password.

Returns:
The password
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPassword

void setPassword(java.lang.String password)
                 throws java.io.IOException,
                        AutomationException
Proxy server user password.

Parameters:
password - The password (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getProxyServer

java.lang.String getProxyServer()
                                throws java.io.IOException,
                                       AutomationException
Proxy server address.

Returns:
The proxyServer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setProxyServer

void setProxyServer(java.lang.String proxyServer)
                    throws java.io.IOException,
                           AutomationException
Proxy server address.

Parameters:
proxyServer - The proxyServer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isEnabled

boolean isEnabled()
                  throws java.io.IOException,
                         AutomationException
Indicates whether a proxy server is required.

Returns:
The enabled
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEnabled

void setEnabled(boolean enabled)
                throws java.io.IOException,
                       AutomationException
Indicates whether a proxy server is required.

Parameters:
enabled - The enabled (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

readProxyServerInfo

void readProxyServerInfo()
                         throws java.io.IOException,
                                AutomationException
Read proxy server configuration from the registry.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

writeProxyServerInfo

void writeProxyServerInfo()
                          throws java.io.IOException,
                                 AutomationException
Write proxy server configuration to the registry.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.