com.esri.arcgis.geodatabasedistributed
Class IReplicaProgressAdapter

java.lang.Object
  extended by com.esri.arcgis.geodatabasedistributed.IReplicaProgressAdapter
All Implemented Interfaces:
IReplicaProgress, java.io.Serializable, java.util.EventListener

public class IReplicaProgressAdapter
extends java.lang.Object
implements IReplicaProgress

Adapter for COM Event Interface 'com.esri.arcgis.geodatabasedistributed.IReplicaProgress'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabaseDistributed.olb'

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.geodatabasedistributed.IReplicaProgress
IID, IID5435d16a_5aa0_427f_bdad_24bd6aabf858, xxDummy
 
Constructor Summary
IReplicaProgressAdapter()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IReplicaProgressAdapter

public IReplicaProgressAdapter()
Method Detail

startup

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

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

setCurrentReplicaOperation

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

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

setReplicaOperations

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

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

setReplicaObjectCount

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

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