com.esri.arcgis.geodatabasedistributed
Interface IReplicaMessageHandler2

All Superinterfaces:
IReplicaMessageHandler, Serializable
All Known Implementing Classes:
ReplicaMessageHandler

public interface IReplicaMessageHandler2
extends IReplicaMessageHandler, Serializable

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 Object getMyTime()
          Replica myTime.
 Object getSibMyTime()
          Replica sibMyTime.
 Object getSibTime()
          Replica sibTime.
 
Methods inherited from interface com.esri.arcgis.geodatabasedistributed.IReplicaMessageHandler
getDeltaDataChanges, getMessageType, getMyGenerationNumber, getReplicaGuid, getSibGenerationNumber, init
 

Method Detail

getMyTime

Object getMyTime()
                 throws IOException,
                        AutomationException
Replica myTime.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getSibTime

Object getSibTime()
                  throws IOException,
                         AutomationException
Replica sibTime.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getSibMyTime

Object getSibMyTime()
                    throws IOException,
                           AutomationException
Replica sibMyTime.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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