com.esri.arcgis.networkanalyst
Interface ITrafficProviderCredentials

All Superinterfaces:
Serializable
All Known Implementing Classes:
TrafficProviderCredentials

public interface ITrafficProviderCredentials
extends Serializable

Provides access to traffic provider credentials.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 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.
 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.
 

Method Detail

getUserName

String getUserName()
                   throws IOException,
                          AutomationException
The user name used to connect to the data providing service.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setUserName

void setUserName(String pVal)
                 throws IOException,
                        AutomationException
The user name used to connect to the data providing service.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getPassword

String getPassword()
                   throws IOException,
                          AutomationException
The password used to connect to the data providing service.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setPassword

void setPassword(String pVal)
                 throws IOException,
                        AutomationException
The password used to connect to the data providing service.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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