com.esri.arcgis.geodatabasedistributed
Class IReplicaProgressProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabasedistributed.IReplicaProgressProxy
All Implemented Interfaces:
IReplicaProgress, Externalizable, Serializable, EventListener

public class IReplicaProgressProxy
extends com.esri.arcgis.interop.Dispatch
implements IReplicaProgress, Serializable

Provides access to members that monitor the progress of a check-out.

Remarks

The IReplicaProgress interface is an outbound interface that can be used by a client to monitor a check out, data extraction or check in process. This in conjunction with the IFeatureProgress interface below provide all of the information used by the check out, check in and data extraction progress dialogs in the user interface.

The following describes the information provided when these properties and methods are fired:

Property / Method Description
CurrentReplicaOperation Returns the current step (i.e. extracting schema).
ReplicaObjectCount Returns the number of operations to be performed.
ReplicaOperations Returns the list of operations to be performed.
Startup Returns the first operation to be performed.

This interface uses the esriReplicaProgress enumeration to keep track of the status of the operation.

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
  IReplicaProgressProxy()
           
  IReplicaProgressProxy(Object obj)
           
protected IReplicaProgressProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 void removeListener(String iidStr, Object theListener)
           
 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.
 
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

IReplicaProgressProxy

public IReplicaProgressProxy()

IReplicaProgressProxy

public IReplicaProgressProxy(Object obj)
                      throws IOException
Throws:
IOException

IReplicaProgressProxy

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

startup

public void startup(IReplicaProgressStartupEvent theEvent)
             throws IOException,
                    AutomationException
Initiate the check-out progress utility.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

setCurrentReplicaOperation

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

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

setReplicaOperations

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

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

setReplicaObjectCount

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

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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