com.esri.arcgis.geodatabasedistributed
Interface IOperationProgress

All Superinterfaces:
java.util.EventListener, java.io.Serializable
All Known Implementing Classes:
IOperationProgressAdapter, IOperationProgressProxy

public interface IOperationProgress
extends java.util.EventListener, java.io.Serializable

COM Interface 'IOperationProgress'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabaseDistributed.olb'

Description: 'Provides access to members that monitor the progress of an operation such as exporting geodatabase to XML.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID7e1f4a6f_a857_475f_82ea_a089122dbdd4
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID7e1f4a6f_a857_475f_82ea_a089122dbdd4

static final int IID7e1f4a6f_a857_475f_82ea_a089122dbdd4
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

startup

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

Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCurrentOperation

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

Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOperations

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

Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setObjectCount

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

Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.