|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWorkspaceReplicaSyncEvents
Provides access to replica events that may be fired after a check-in synchronization operation.
Method Summary | |
---|---|
void |
afterExportingDataChanges(IReplica sourceReplica,
Object dataChangesSource,
Object deltaFile)
Occurs in the replica geodatabase after data changes have been exported from that replica geodatabase to a delta database. |
void |
afterSynchronizingDataChanges(IReplica targetReplica,
Object dataChangesSource,
ITable oidMappingTable,
ITable changesTable)
Occurs in the master geodatabase after data changes in either a replica geodatabase or delta database are transferred to the master geodatabase. |
void |
beforeExportingDataChanges(IReplica sourceReplica,
Object dataChangesSource,
Object deltaFile)
Occurs in the replica geodatabase before data changes are exported from that replica geodatabase to a delta database. |
void |
beforeSynchronizingDataChanges(IReplica targetReplica,
Object dataChangesSource)
Occurs in the master geodatabase before data changes in either a replica geodatabase or delta database are transferred to the master geodatabase. |
Method Detail |
---|
void beforeExportingDataChanges(IReplica sourceReplica, Object dataChangesSource, Object deltaFile) throws IOException, AutomationException
sourceReplica
- A reference to a com.esri.arcgis.geodatabase.IReplica (in)dataChangesSource
- A reference to another Object (IUnknown) (in)deltaFile
- A reference to another Object (IUnknown) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void afterExportingDataChanges(IReplica sourceReplica, Object dataChangesSource, Object deltaFile) throws IOException, AutomationException
sourceReplica
- A reference to a com.esri.arcgis.geodatabase.IReplica (in)dataChangesSource
- A reference to another Object (IUnknown) (in)deltaFile
- A reference to another Object (IUnknown) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void beforeSynchronizingDataChanges(IReplica targetReplica, Object dataChangesSource) throws IOException, AutomationException
targetReplica
- A reference to a com.esri.arcgis.geodatabase.IReplica (in)dataChangesSource
- A reference to another Object (IUnknown) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void afterSynchronizingDataChanges(IReplica targetReplica, Object dataChangesSource, ITable oidMappingTable, ITable changesTable) throws IOException, AutomationException
targetReplica
- A reference to a com.esri.arcgis.geodatabase.IReplica (in)dataChangesSource
- A reference to another Object (IUnknown) (in)oidMappingTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)changesTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |