com.esri.arcgis.geoprocessing
Class MapCacheTileManagerJobResultHandler

java.lang.Object
  extended by com.esri.arcgis.geoprocessing.MapCacheTileManagerJobResultHandler
All Implemented Interfaces:
IThreadedJobResultHandler, IMapCacheTileManagerJobResultHandler, com.esri.arcgis.interop.RemoteObjRef, Serializable

public class MapCacheTileManagerJobResultHandler
extends Object
implements com.esri.arcgis.interop.RemoteObjRef, IMapCacheTileManagerJobResultHandler, IThreadedJobResultHandler

Map Cache Tile Manager Job Results Handler

Product Availability

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

See Also:
Serialized Form

Constructor Summary
MapCacheTileManagerJobResultHandler()
          Constructs a MapCacheTileManagerJobResultHandler using ArcGIS Engine.
MapCacheTileManagerJobResultHandler(Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
MapCacheTileManagerJobResultHandler theMapCacheTileManagerJobResultHandler = (MapCacheTileManagerJobResultHandler) obj;
 
Method Summary
 boolean equals(Object o)
          Compare this object with another
static String getClsid()
          getClsid.
 void getFeatureClassWorkspacePath(String[] pWorkspace)
          Feature class workspace path
 void getMessages(IGPMessages[] ppMessages)
          Messages
 IPropertySet getProperties()
          All the properties that make up the result handler object.
 int hashCode()
          the hashcode for this object
 void processResult(IThreadedJobResult pJobResult, ITrackCancel pTrackCancel)
          Processes the specified intermediate job result object.
 void setFeatureClassWorkspacePath(String workspace)
          Feature class workspace path
 void setMessages(IGPMessages pMessages)
          Messages
 void setPropertiesByRef(IPropertySet ppHandlerProperties)
          All the properties that make up the result handler object.
 
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

MapCacheTileManagerJobResultHandler

public MapCacheTileManagerJobResultHandler()
                                    throws IOException,
                                           UnknownHostException
Constructs a MapCacheTileManagerJobResultHandler using ArcGIS Engine.

Throws:
IOException - if there are interop problems
UnknownHostException - if there are interop problems

MapCacheTileManagerJobResultHandler

public MapCacheTileManagerJobResultHandler(Object obj)
                                    throws IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
MapCacheTileManagerJobResultHandler theMapCacheTileManagerJobResultHandler = (MapCacheTileManagerJobResultHandler) obj;

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

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

getClsid

public static String getClsid()
getClsid.


equals

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

Overrides:
equals in class Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class Object

getFeatureClassWorkspacePath

public void getFeatureClassWorkspacePath(String[] pWorkspace)
                                  throws IOException,
                                         AutomationException
Feature class workspace path

Product Availability

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

Specified by:
getFeatureClassWorkspacePath in interface IMapCacheTileManagerJobResultHandler
Parameters:
pWorkspace - The pWorkspace (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFeatureClassWorkspacePath

public void setFeatureClassWorkspacePath(String workspace)
                                  throws IOException,
                                         AutomationException
Feature class workspace path

Product Availability

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

Specified by:
setFeatureClassWorkspacePath in interface IMapCacheTileManagerJobResultHandler
Parameters:
workspace - The workspace (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMessages

public void getMessages(IGPMessages[] ppMessages)
                 throws IOException,
                        AutomationException
Messages

Product Availability

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

Specified by:
getMessages in interface IMapCacheTileManagerJobResultHandler
Parameters:
ppMessages - A reference to a com.esri.arcgis.geodatabase.IGPMessages (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMessages

public void setMessages(IGPMessages pMessages)
                 throws IOException,
                        AutomationException
Messages

Product Availability

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

Specified by:
setMessages in interface IMapCacheTileManagerJobResultHandler
Parameters:
pMessages - A reference to a com.esri.arcgis.geodatabase.IGPMessages (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

processResult

public void processResult(IThreadedJobResult pJobResult,
                          ITrackCancel pTrackCancel)
                   throws IOException,
                          AutomationException
Processes the specified intermediate job result object.

Product Availability

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

Specified by:
processResult in interface IThreadedJobResultHandler
Parameters:
pJobResult - A reference to a com.esri.arcgis.datasourcesraster.IThreadedJobResult (in)
pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPropertiesByRef

public void setPropertiesByRef(IPropertySet ppHandlerProperties)
                        throws IOException,
                               AutomationException
All the properties that make up the result handler object.

Product Availability

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

Specified by:
setPropertiesByRef in interface IThreadedJobResultHandler
Parameters:
ppHandlerProperties - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getProperties

public IPropertySet getProperties()
                           throws IOException,
                                  AutomationException
All the properties that make up the result handler object.

Product Availability

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

Specified by:
getProperties in interface IThreadedJobResultHandler
Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.