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 =
Method Summary |
int |
getReplicaMessageType()
Identifies the replica message type of the data changes object. |
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
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.