com.esri.arcgis.datasourcesraster
Class IERasterStatusProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesraster.IERasterStatusProxy
All Implemented Interfaces:
IERasterStatus, Externalizable, Serializable

public class IERasterStatusProxy
extends com.esri.arcgis.interop.Dispatch
implements IERasterStatus, Serializable

Provides access to members that get events from the Raster Engine.

Product Availability

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

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IERasterStatusProxy()
           
  IERasterStatusProxy(Object obj)
           
protected IERasterStatusProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 boolean queryCancel()
          Raster Engine asks if user has decided to quit.
 void removeListener(String iidStr, Object theListener)
           
 void resetCancel()
          Raster Engine acknowledges user's desire to abort.
 void updateTaskName(String new_task)
          Raster Engine has started a different subtask.
 void updateTaskStatus(String taskname, double percent_finished)
          Raster Engine reports job status.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

noncastable

public boolean noncastable
Constructor Detail

IERasterStatusProxy

public IERasterStatusProxy()

IERasterStatusProxy

public IERasterStatusProxy(Object obj)
                    throws IOException
Throws:
IOException

IERasterStatusProxy

protected IERasterStatusProxy(Object obj,
                              String iid)
                       throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

updateTaskName

public void updateTaskName(String new_task)
                    throws IOException,
                           AutomationException
Raster Engine has started a different subtask.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

queryCancel

public boolean queryCancel()
                    throws IOException,
                           AutomationException
Raster Engine asks if user has decided to quit.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Specified by:
queryCancel in interface IERasterStatus
Returns:
The give_up
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

updateTaskStatus

public void updateTaskStatus(String taskname,
                             double percent_finished)
                      throws IOException,
                             AutomationException
Raster Engine reports job status.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Specified by:
updateTaskStatus in interface IERasterStatus
Parameters:
taskname - The taskname (in)
percent_finished - The percent_finished (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

resetCancel

public void resetCancel()
                 throws IOException,
                        AutomationException
Raster Engine acknowledges user's desire to abort.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Specified by:
resetCancel in interface IERasterStatus
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.