com.esri.arcgis.geodatabasedistributed
Class IOperationProgressAdapter

java.lang.Object
  extended by com.esri.arcgis.geodatabasedistributed.IOperationProgressAdapter
All Implemented Interfaces:
IOperationProgress, Serializable, EventListener

public class IOperationProgressAdapter
extends Object
implements IOperationProgress

See Also:
Serialized Form

Constructor Summary
IOperationProgressAdapter()
           
 
Method Summary
 void setCurrentOperation(IOperationProgressSetCurrentOperationEvent theEvent)
          The current operation process.
 void setObjectCount(IOperationProgressSetObjectCountEvent theEvent)
          The number of objects in an operation.
 void setOperations(IOperationProgressSetOperationsEvent theEvent)
          The number of operations to perform.
 void startup(IOperationProgressStartupEvent theEvent)
          Initiate the operation progress utility.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IOperationProgressAdapter

public IOperationProgressAdapter()
Method Detail

startup

public void startup(IOperationProgressStartupEvent theEvent)
             throws IOException,
                    AutomationException
Initiate the operation progress utility.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Specified by:
startup in interface IOperationProgress
Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCurrentOperation

public void setCurrentOperation(IOperationProgressSetCurrentOperationEvent theEvent)
                         throws IOException,
                                AutomationException
The current operation process.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Specified by:
setCurrentOperation in interface IOperationProgress
Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOperations

public void setOperations(IOperationProgressSetOperationsEvent theEvent)
                   throws IOException,
                          AutomationException
The number of operations to perform.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Specified by:
setOperations in interface IOperationProgress
Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setObjectCount

public void setObjectCount(IOperationProgressSetObjectCountEvent theEvent)
                    throws IOException,
                           AutomationException
The number of objects in an operation.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Specified by:
setObjectCount in interface IOperationProgress
Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.