com.esri.arcgis.geodatabase
Class TrafficFeedGPService

java.lang.Object
  extended by com.esri.arcgis.geodatabase.TrafficFeedGPService
All Implemented Interfaces:
ITrafficFeedGPService, ITrafficFeedLocation, com.esri.arcgis.interop.RemoteObjRef, java.io.Serializable

public class TrafficFeedGPService
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, ITrafficFeedLocation, ITrafficFeedGPService

COM Class 'TrafficFeedGPService'. Generated 3/19/2015 1:20:43 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description 'A container for members in 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 =

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.geodatabase.ITrafficFeedLocation
IID, IIDc7a107a7_08a7_4866_aead_608943358eb7, xxDummy
 
Fields inherited from interface com.esri.arcgis.geodatabase.ITrafficFeedGPService
IID, IID92c16e94_9f87_4362_8391_e6711d13ee36, xxDummy
 
Constructor Summary
TrafficFeedGPService()
          Constructs a TrafficFeedGPService using ArcGIS Engine.
TrafficFeedGPService(java.lang.Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
TrafficFeedGPService theTrafficFeedGPService = (TrafficFeedGPService) obj;
 
Method Summary
 boolean equals(java.lang.Object o)
          Compare this object with another
static java.lang.String getClsid()
          getClsid.
 IPropertySet getConnectionProperties()
          Connection properties of the GP service.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 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.
 int hashCode()
          the hashcode for this object
 void release()
          Release a TrafficFeedGPService.
 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrafficFeedGPService

public TrafficFeedGPService()
                     throws java.io.IOException,
                            java.net.UnknownHostException
Constructs a TrafficFeedGPService using ArcGIS Engine.

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

TrafficFeedGPService

public TrafficFeedGPService(java.lang.Object obj)
                     throws java.io.IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
TrafficFeedGPService theTrafficFeedGPService = (TrafficFeedGPService) obj;

Construct a TrafficFeedGPService using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to TrafficFeedGPService.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
java.io.IOException - if there are interop problems
Method Detail

getClsid

public static java.lang.String getClsid()
getClsid.


equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a TrafficFeedGPService.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

getConnectionProperties

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

Specified by:
getConnectionProperties in interface ITrafficFeedGPService
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

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

Specified by:
setConnectionProperties in interface ITrafficFeedGPService
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

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

Specified by:
getServiceName in interface ITrafficFeedGPService
Returns:
The serviceName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setServiceName

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

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

getTaskName

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

Specified by:
getTaskName in interface ITrafficFeedGPService
Returns:
The taskName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTaskName

public 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.

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