com.esri.arcgis.geodatabase
Interface IReplicaEdit2

All Superinterfaces:
IReplicaEdit, java.io.Serializable
All Known Implementing Classes:
IReplicaEdit2Proxy, Replica

public interface IReplicaEdit2
extends IReplicaEdit, java.io.Serializable

COM Interface 'IReplicaEdit2'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that modify information for a replica.' 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 IIDe4f414d0_398a_47b8_8176_daa6860cdd77
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IReplicaEdit
IID891ac2b8_4744_454c_8e16_1c46c38fc0b4
 
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(java.lang.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
 

Field Detail

IIDe4f414d0_398a_47b8_8176_daa6860cdd77

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

setSibMyGenNumber

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

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

setAllReplicaDatasetsByRef

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

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

setAccessType

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

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

setReconcilePolicyType

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

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

setSibConnectionString

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

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