|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.system.ProxyServerInfo
public class ProxyServerInfo
COM Class 'ProxyServerInfo'. Generated 3/19/2015 1:20:47 PM from 'C:\ArcGIS\COM\esriSystem.olb'
Description 'A utility class for setting proxy server configuration information.' 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 |
|---|
| Fields inherited from interface com.esri.arcgis.system.IProxyServerInfo2 |
|---|
IID, IIDe724e8b4_f2fb_40ea_bf7e_eb296db6acda, xxDummy |
| Fields inherited from interface com.esri.arcgis.system.IProxyServerInfo |
|---|
IIDfc221ff0_1240_43a0_8d76_3e917d029ce6 |
| Constructor Summary | |
|---|---|
ProxyServerInfo()
Constructs a ProxyServerInfo using ArcGIS Engine. |
|
ProxyServerInfo(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ProxyServerInfo theProxyServerInfo = (ProxyServerInfo) obj; |
|
| Method Summary | |
|---|---|
void |
cacheProxyCredentials()
Cache proxy credentials. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
java.lang.String |
getPassword()
Proxy server user password. |
java.lang.String |
getProxyServer()
Proxy server address. |
java.lang.String |
getUserName()
Proxy server user name. |
int |
hashCode()
the hashcode for this object |
boolean |
isCredentialsCancelled()
Indicates credentials cancel state. |
boolean |
isEnabled()
Indicates whether a proxy server is required. |
void |
readProxyServerInfo()
Read proxy server configuration from the registry. |
void |
release()
Release a ProxyServerInfo. |
void |
setCredentialsCancelled(boolean value)
Indicates credentials cancel state. |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProxyServerInfo()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public ProxyServerInfo(java.lang.Object obj)
throws java.io.IOException
ProxyServerInfo theProxyServerInfo = (ProxyServerInfo) obj;
obj to ProxyServerInfo.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public java.lang.String getUserName()
throws java.io.IOException,
AutomationException
getUserName in interface IProxyServerInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUserName(java.lang.String userName)
throws java.io.IOException,
AutomationException
setUserName in interface IProxyServerInfouserName - The userName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getPassword()
throws java.io.IOException,
AutomationException
getPassword in interface IProxyServerInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPassword(java.lang.String password)
throws java.io.IOException,
AutomationException
setPassword in interface IProxyServerInfopassword - The password (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getProxyServer()
throws java.io.IOException,
AutomationException
getProxyServer in interface IProxyServerInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setProxyServer(java.lang.String proxyServer)
throws java.io.IOException,
AutomationException
setProxyServer in interface IProxyServerInfoproxyServer - The proxyServer (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isEnabled()
throws java.io.IOException,
AutomationException
isEnabled in interface IProxyServerInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setEnabled(boolean enabled)
throws java.io.IOException,
AutomationException
setEnabled in interface IProxyServerInfoenabled - The enabled (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void readProxyServerInfo()
throws java.io.IOException,
AutomationException
readProxyServerInfo in interface IProxyServerInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void writeProxyServerInfo()
throws java.io.IOException,
AutomationException
writeProxyServerInfo in interface IProxyServerInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isCredentialsCancelled()
throws java.io.IOException,
AutomationException
isCredentialsCancelled in interface IProxyServerInfo2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCredentialsCancelled(boolean value)
throws java.io.IOException,
AutomationException
setCredentialsCancelled in interface IProxyServerInfo2value - The value (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void cacheProxyCredentials()
throws java.io.IOException,
AutomationException
cacheProxyCredentials in interface IProxyServerInfo2java.io.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 | ||||||||