com.esri.arcgis.geodatabase
Interface IWorkspaceReplicaEvents

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IWorkspaceReplicaEventsProxy

public interface IWorkspaceReplicaEvents
extends java.io.Serializable

COM Interface 'IWorkspaceReplicaEvents'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to replica events that may be fired after extracting data or schema in a checkout or a child replica.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID56df3b04_8684_4432_9a21_cb5e72d73e56
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void afterCreateChildReplica(java.lang.String name, int parentReplicaType, IReplicaDescription rDescription, IWorkspace childWorkspace)
          Occurs in the master geodatabase when a replica operation ends.
 void beforeCreateChildReplica(java.lang.String name, int parentReplicaType, IReplicaDescription rDescription, IWorkspace childWorkspace)
          Occurs in the master geodatabase when a replica operation begins.
 

Field Detail

IID56df3b04_8684_4432_9a21_cb5e72d73e56

static final int IID56df3b04_8684_4432_9a21_cb5e72d73e56
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

beforeCreateChildReplica

void beforeCreateChildReplica(java.lang.String name,
                              int parentReplicaType,
                              IReplicaDescription rDescription,
                              IWorkspace childWorkspace)
                              throws java.io.IOException,
                                     AutomationException
Occurs in the master geodatabase when a replica operation begins.

Parameters:
name - The name (in)
parentReplicaType - A com.esri.arcgis.geodatabase.esriReplicaType constant (in)
rDescription - A reference to a com.esri.arcgis.geodatabase.IReplicaDescription (in)
childWorkspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

afterCreateChildReplica

void afterCreateChildReplica(java.lang.String name,
                             int parentReplicaType,
                             IReplicaDescription rDescription,
                             IWorkspace childWorkspace)
                             throws java.io.IOException,
                                    AutomationException
Occurs in the master geodatabase when a replica operation ends.

Parameters:
name - The name (in)
parentReplicaType - A com.esri.arcgis.geodatabase.esriReplicaType constant (in)
rDescription - A reference to a com.esri.arcgis.geodatabase.IReplicaDescription (in)
childWorkspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.