com.esri.arcgis.geodatabase
Interface IReplicaEdit2

All Superinterfaces:
IReplicaEdit, Serializable
All Known Implementing Classes:
Replica

public interface IReplicaEdit2
extends IReplicaEdit, Serializable

Provides access to members that modify information for a replica.

Product Availability

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


Method Summary
 void setAccessType(int rhs1)
          Replica access type.
 void setAllReplicaDatasetsByRef(IEnumReplicaDataset rhs1)
          The replica datasets for this replica.
 void setReconcilePolicyType(int rhs1)
          Replica reconcile policy.
 void setSibConnectionString(String rhs1)
          The sib connection string for a replica.
 void setSibMyGenNumber(int rhs1)
          The generation number that the sibling thinks is my generation number.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IReplicaEdit
init, setConnectionInfoByRef, setDescriptionByRef, setName, setOwner, setParentID, setReplicaDatasetsByRef, setReplicaDate, setReplicaGuid, setReplicaID, setReplicaRole, setVersion
 

Method Detail

setSibMyGenNumber

void setSibMyGenNumber(int rhs1)
                       throws IOException,
                              AutomationException
The generation number that the sibling thinks is my generation number.

Product Availability

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

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

setAllReplicaDatasetsByRef

void setAllReplicaDatasetsByRef(IEnumReplicaDataset rhs1)
                                throws IOException,
                                       AutomationException
The replica datasets for this replica.

Product Availability

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

Parameters:
rhs1 - A reference to a com.esri.arcgis.geodatabase.IEnumReplicaDataset (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAccessType

void setAccessType(int rhs1)
                   throws IOException,
                          AutomationException
Replica access type.

Product Availability

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

Parameters:
rhs1 - A com.esri.arcgis.geodatabase.esriReplicaAccessType constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setReconcilePolicyType

void setReconcilePolicyType(int rhs1)
                            throws IOException,
                                   AutomationException
Replica reconcile policy.

Product Availability

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

Parameters:
rhs1 - A com.esri.arcgis.geodatabase.esriReplicaReconcilePolicyType constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSibConnectionString

void setSibConnectionString(String rhs1)
                            throws IOException,
                                   AutomationException
The sib connection string for a replica.

Product Availability

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

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