com.esri.arcgis.geoprocessing
Class IMBProgressorProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geoprocessing.IMBProgressorProxy
All Implemented Interfaces:
IMBProgressor, Externalizable, Serializable

public class IMBProgressorProxy
extends com.esri.arcgis.interop.Dispatch
implements IMBProgressor, Serializable

Provides access to properties/methods of a model builder progressor object.

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
  IMBProgressorProxy()
           
  IMBProgressorProxy(Object obj)
           
protected IMBProgressorProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 int getProcessCount()
          The number of processes to be executed.
 void removeListener(String iidStr, Object theListener)
           
 void setProcessCount(int count)
          The number of processes to be executed.
 void stepProcess()
          Increments the current progressor position by one.
 
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

IMBProgressorProxy

public IMBProgressorProxy()

IMBProgressorProxy

public IMBProgressorProxy(Object obj)
                   throws IOException
Throws:
IOException

IMBProgressorProxy

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

getProcessCount

public int getProcessCount()
                    throws IOException,
                           AutomationException
The number of processes to be executed.

Product Availability

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

Supported Platforms

Windows

Specified by:
getProcessCount in interface IMBProgressor
Returns:
The count
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setProcessCount

public void setProcessCount(int count)
                     throws IOException,
                            AutomationException
The number of processes to be executed.

Product Availability

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

Supported Platforms

Windows

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

stepProcess

public void stepProcess()
                 throws IOException,
                        AutomationException
Increments the current progressor position by one.

Product Availability

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

Supported Platforms

Windows

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