|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.networkanalyst.TrafficProviderCredentials
public class TrafficProviderCredentials
Traffic provider credentials class.
Constructor Summary | |
---|---|
TrafficProviderCredentials()
Constructs a TrafficProviderCredentials using ArcGIS Engine. |
|
TrafficProviderCredentials(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. TrafficProviderCredentials theTrafficProviderCredentials = (TrafficProviderCredentials) obj; |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
String |
getPassword()
The password used to connect to the data providing service. |
String |
getUserName()
The user name used to connect to the data providing service. |
int |
hashCode()
the hashcode for this object |
void |
setPassword(String pVal)
The password used to connect to the data providing service. |
void |
setUserName(String pVal)
The user name used to connect to the data providing service. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public TrafficProviderCredentials() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic TrafficProviderCredentials(Object obj) throws IOException
TrafficProviderCredentials theTrafficProviderCredentials = (TrafficProviderCredentials) obj;
obj
to TrafficProviderCredentials
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String getUserName() throws IOException, AutomationException
getUserName
in interface ITrafficProviderCredentials
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUserName(String pVal) throws IOException, AutomationException
setUserName
in interface ITrafficProviderCredentials
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getPassword() throws IOException, AutomationException
getPassword
in interface ITrafficProviderCredentials
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPassword(String pVal) throws IOException, AutomationException
setPassword
in interface ITrafficProviderCredentials
pVal
- The pVal (in)
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 |