com.esri.arcgis.geodatabasedistributed
Class IReplicaProgressAdapter

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

public class IReplicaProgressAdapter
extends Object
implements IReplicaProgress

See Also:
Serialized Form

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 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.