com.esri.arcgis.geodatabase
Interface IEnumReplicaLog

All Superinterfaces:
Serializable
All Known Implementing Classes:
IEnumReplicaLogProxy

public interface IEnumReplicaLog
extends Serializable

Provides access to members that enumerate through replica log.

Product Availability

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


Method Summary
 IReplicaLog next()
          Retreives the next replica in the enumeration sequence.
 void reset()
          Resets the enumeration sequence to the beginning.
 void setQueryAfter(Object rhs1)
          Defines time to query the replica log for rows after a particular date.
 

Method Detail

next

IReplicaLog next()
                 throws IOException,
                        AutomationException
Retreives the next replica in the enumeration sequence.

Product Availability

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

Returns:
A reference to a com.esri.arcgis.geodatabase.IReplicaLog
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reset

void reset()
           throws IOException,
                  AutomationException
Resets the enumeration sequence to the beginning.

Product Availability

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

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

setQueryAfter

void setQueryAfter(Object rhs1)
                   throws IOException,
                          AutomationException
Defines time to query the replica log for rows after a particular date.

Remarks

After setting this property, Reset must be called to filter out the replica logs with a date prior to that specified.

Product Availability

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

Parameters:
rhs1 - A Variant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.