com.esri.arcgis.geodatabasedistributed
Interface IReplicaProgress

All Superinterfaces:
java.util.EventListener, java.io.Serializable
All Known Implementing Classes:
IReplicaProgressAdapter, IReplicaProgressProxy

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

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

Description: 'Provides access to members that monitor the progress of a check-out.' 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 IID5435d16a_5aa0_427f_bdad_24bd6aabf858
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void setCurrentReplicaOperation(IReplicaProgressSetCurrentReplicaOperationEvent theEvent)
          The current operation in a check-out process.
 void setReplicaObjectCount(IReplicaProgressSetReplicaObjectCountEvent theEvent)
          The number of objects to check-out.
 void setReplicaOperations(IReplicaProgressSetReplicaOperationsEvent theEvent)
          The number of operations to perform in a check-out.
 void startup(IReplicaProgressStartupEvent theEvent)
          Initiate the check-out progress utility.
 

Field Detail

IID5435d16a_5aa0_427f_bdad_24bd6aabf858

static final int IID5435d16a_5aa0_427f_bdad_24bd6aabf858
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(IReplicaProgressStartupEvent theEvent)
             throws java.io.IOException,
                    AutomationException
Initiate the check-out progress utility.

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

setCurrentReplicaOperation

void setCurrentReplicaOperation(IReplicaProgressSetCurrentReplicaOperationEvent theEvent)
                                throws java.io.IOException,
                                       AutomationException
The current operation in a check-out process.

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

setReplicaOperations

void setReplicaOperations(IReplicaProgressSetReplicaOperationsEvent theEvent)
                          throws java.io.IOException,
                                 AutomationException
The number of operations to perform in a check-out.

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

setReplicaObjectCount

void setReplicaObjectCount(IReplicaProgressSetReplicaObjectCountEvent theEvent)
                           throws java.io.IOException,
                                  AutomationException
The number of objects to check-out.

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