com.esri.arcgis.system
Interface IProxyServerInfo2

All Superinterfaces:
IProxyServerInfo, java.io.Serializable
All Known Implementing Classes:
IProxyServerInfo2Proxy, ProxyServerInfo

public interface IProxyServerInfo2
extends IProxyServerInfo, java.io.Serializable

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

Description: 'Provides access to additional ProxyServerInfo methods.' 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 IIDe724e8b4_f2fb_40ea_bf7e_eb296db6acda
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.system.IProxyServerInfo
IIDfc221ff0_1240_43a0_8d76_3e917d029ce6
 
Method Summary
 void cacheProxyCredentials()
          Cache proxy credentials.
 boolean isCredentialsCancelled()
          Indicates credentials cancel state.
 void setCredentialsCancelled(boolean value)
          Indicates credentials cancel state.
 
Methods inherited from interface com.esri.arcgis.system.IProxyServerInfo
getPassword, getProxyServer, getUserName, isEnabled, readProxyServerInfo, setEnabled, setPassword, setProxyServer, setUserName, writeProxyServerInfo
 

Field Detail

IIDe724e8b4_f2fb_40ea_bf7e_eb296db6acda

static final int IIDe724e8b4_f2fb_40ea_bf7e_eb296db6acda
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

isCredentialsCancelled

boolean isCredentialsCancelled()
                               throws java.io.IOException,
                                      AutomationException
Indicates credentials cancel state.

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

setCredentialsCancelled

void setCredentialsCancelled(boolean value)
                             throws java.io.IOException,
                                    AutomationException
Indicates credentials cancel state.

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

cacheProxyCredentials

void cacheProxyCredentials()
                           throws java.io.IOException,
                                  AutomationException
Cache proxy credentials.

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