com.esri.arcgis.geodatabase
Interface ITrafficFeedGPService

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITrafficFeedGPServiceProxy, TrafficFeedGPService

public interface ITrafficFeedGPService
extends java.io.Serializable

COM Interface 'ITrafficFeedGPService'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to a GP service for retrieving traffic feed data.' 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 IID92c16e94_9f87_4362_8391_e6711d13ee36
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IPropertySet getConnectionProperties()
          Connection properties of the GP service.
 java.lang.String getServiceName()
          The name of the GP service.
 java.lang.String getTaskName()
          The name of the GP service task which returns a URL to TrafficIndex.xml.
 void setConnectionProperties(IPropertySet connectionProperties)
          Connection properties of the GP service.
 void setServiceName(java.lang.String serviceName)
          The name of the GP service.
 void setTaskName(java.lang.String taskName)
          The name of the GP service task which returns a URL to TrafficIndex.xml.
 

Field Detail

IID92c16e94_9f87_4362_8391_e6711d13ee36

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

getConnectionProperties

IPropertySet getConnectionProperties()
                                     throws java.io.IOException,
                                            AutomationException
Connection properties of the GP service.

Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setConnectionProperties

void setConnectionProperties(IPropertySet connectionProperties)
                             throws java.io.IOException,
                                    AutomationException
Connection properties of the GP service.

Parameters:
connectionProperties - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getServiceName

java.lang.String getServiceName()
                                throws java.io.IOException,
                                       AutomationException
The name of the GP service.

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

setServiceName

void setServiceName(java.lang.String serviceName)
                    throws java.io.IOException,
                           AutomationException
The name of the GP service.

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

getTaskName

java.lang.String getTaskName()
                             throws java.io.IOException,
                                    AutomationException
The name of the GP service task which returns a URL to TrafficIndex.xml.

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

setTaskName

void setTaskName(java.lang.String taskName)
                 throws java.io.IOException,
                        AutomationException
The name of the GP service task which returns a URL to TrafficIndex.xml.

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