com.esri.arcgis.datasourcesraster
Class IThreadedJobResultProxy

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

public class IThreadedJobResultProxy
extends com.esri.arcgis.interop.Dispatch
implements IThreadedJobResult, Serializable

Provides access to members that control a threaded job result.

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
  IThreadedJobResultProxy()
           
  IThreadedJobResultProxy(Object obj)
           
protected IThreadedJobResultProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 IPropertySet getProperties()
          All the properties that define the threaded job results object.
 int getWorkDone()
          The amount of work done by the job.
 void removeListener(String iidStr, Object theListener)
           
 void setPropertiesByRef(IPropertySet ppResultProperties)
          All the properties that define the threaded job results object.
 void setWorkDone(int pWorkDone)
          The amount of work done by the job.
 
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

IThreadedJobResultProxy

public IThreadedJobResultProxy()

IThreadedJobResultProxy

public IThreadedJobResultProxy(Object obj)
                        throws IOException
Throws:
IOException

IThreadedJobResultProxy

protected IThreadedJobResultProxy(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

getProperties

public IPropertySet getProperties()
                           throws IOException,
                                  AutomationException
All the properties that define the threaded job results object.

Product Availability

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

Specified by:
getProperties in interface IThreadedJobResult
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.

setPropertiesByRef

public void setPropertiesByRef(IPropertySet ppResultProperties)
                        throws IOException,
                               AutomationException
All the properties that define the threaded job results object.

Product Availability

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

Specified by:
setPropertiesByRef in interface IThreadedJobResult
Parameters:
ppResultProperties - 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.

getWorkDone

public int getWorkDone()
                throws IOException,
                       AutomationException
The amount of work done by the job.

Product Availability

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

Specified by:
getWorkDone in interface IThreadedJobResult
Returns:
The pWorkDone
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setWorkDone

public void setWorkDone(int pWorkDone)
                 throws IOException,
                        AutomationException
The amount of work done by the job.

Product Availability

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

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