|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IReplicaEdit2
Provides access to members that modify information for a replica.
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 |
---|
void setSibMyGenNumber(int rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAllReplicaDatasetsByRef(IEnumReplicaDataset rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.IEnumReplicaDataset (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAccessType(int rhs1) throws IOException, AutomationException
rhs1
- A com.esri.arcgis.geodatabase.esriReplicaAccessType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setReconcilePolicyType(int rhs1) throws IOException, AutomationException
rhs1
- A com.esri.arcgis.geodatabase.esriReplicaReconcilePolicyType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSibConnectionString(String rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |