com.esri.arcgis.geodatabasedistributed
Interface IReplicaDataChanges

All Superinterfaces:
Serializable
All Known Implementing Classes:
ArchivingDataChanges, CheckOutDataChanges, ReplicationDataChanges

public interface IReplicaDataChanges
extends Serializable

Provides access to members that identify a data changes object based on a replica.

Remarks

This interface can be used to return the workspace object which references the replica geodatabase that is the source of the changes.

Product Availability

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


Method Summary
 IWorkspace getWorkspace()
          The workspace holding the replica from which the changes are being reported.
 

Method Detail

getWorkspace

IWorkspace getWorkspace()
                        throws IOException,
                               AutomationException
The workspace holding the replica from which the changes are being reported.

Remarks

Returns a workspace object which references the replica geodatabase that is the source of the changes.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Returns:
A reference to a com.esri.arcgis.geodatabase.IWorkspace
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.