com.esri.arcgis.geodatabasedistributed
Interface IDeltaDataChanges2

All Superinterfaces:
IDeltaDataChanges, java.io.Serializable
All Known Implementing Classes:
DeltaDataChanges, IDeltaDataChanges2Proxy

public interface IDeltaDataChanges2
extends IDeltaDataChanges, java.io.Serializable

COM Interface 'IDeltaDataChanges2'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabaseDistributed.olb'

Description: 'Provides access to members that identify a data changes object based on a delta container.' 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 IID288ac87d_ed18_460b_b720_dc4d082da610
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabasedistributed.IDeltaDataChanges
IIDa598405f_8302_42b8_a6a2_121cbb2b3e0a
 
Method Summary
 int getReplicaMessageType()
          Identifies the replica message type of the data changes object.
 
Methods inherited from interface com.esri.arcgis.geodatabasedistributed.IDeltaDataChanges
getContainer
 

Field Detail

IID288ac87d_ed18_460b_b720_dc4d082da610

static final int IID288ac87d_ed18_460b_b720_dc4d082da610
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

getReplicaMessageType

int getReplicaMessageType()
                          throws java.io.IOException,
                                 AutomationException
Identifies the replica message type of the data changes object.

Returns:
A com.esri.arcgis.geodatabasedistributed.esriReplicaMessageType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.