com.esri.arcgis.geodatabase
Interface IEnumReplicaLog

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IEnumReplicaLogProxy

public interface IEnumReplicaLog
extends java.io.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(java.lang.Object rhs1)
          Sets a time to query the replica log for rows after a particular date.
 

Method Detail

next

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

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

reset

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

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

setQueryAfter

public void setQueryAfter(java.lang.Object rhs1)
                   throws java.io.IOException,
                          AutomationException
Sets a time to query the replica log for rows after a particular date.

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