com.esri.arcgis.geodatabasedistributed
Interface IReplicaMessageHandler2

All Superinterfaces:
IReplicaMessageHandler, java.io.Serializable
All Known Implementing Classes:
IReplicaMessageHandler2Proxy, ReplicaMessageHandler

public interface IReplicaMessageHandler2
extends IReplicaMessageHandler, java.io.Serializable

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

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 IID37d98d2a_97e0_4252_86ac_af3395581877
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabasedistributed.IReplicaMessageHandler
IIDce6fe713_7b5a_4e27_808f_97ecfa588f2b
 
Method Summary
 java.lang.Object getMyTime()
          Replica myTime.
 java.lang.Object getSibMyTime()
          Replica sibMyTime.
 java.lang.Object getSibTime()
          Replica sibTime.
 
Methods inherited from interface com.esri.arcgis.geodatabasedistributed.IReplicaMessageHandler
getDeltaDataChanges, getMessageType, getMyGenerationNumber, getReplicaGuid, getSibGenerationNumber, init
 

Field Detail

IID37d98d2a_97e0_4252_86ac_af3395581877

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

getMyTime

java.lang.Object getMyTime()
                           throws java.io.IOException,
                                  AutomationException
Replica myTime.

Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSibTime

java.lang.Object getSibTime()
                            throws java.io.IOException,
                                   AutomationException
Replica sibTime.

Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSibMyTime

java.lang.Object getSibMyTime()
                              throws java.io.IOException,
                                     AutomationException
Replica sibMyTime.

Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.