|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IReplica2
Provides access to members that get information about a replica.
Method Summary | |
---|---|
int |
getAccessType()
Replica access type. |
IEnumReplicaDataset |
getAllReplicaDatasets()
The replica datasets for the replica. |
IEnumReplicaLog |
getLog()
Replica log associated with this replica. |
int |
getMyGenerationNumber()
The generation number for a replica. |
int |
getReconcilePolicyType()
Replica reconcile policy. |
String |
getReplicaReceivingVersion()
The replica version that recieves the changes. |
int |
getReplicaState()
The replica state. |
String |
getSibConnectionString()
The sib connection string for a replica. |
int |
getSibGenerationNumber()
The generation number for a replica's sibling. |
int |
getSibMyGenNumber()
The generation number that the sibling thinks is my generation number. |
void |
init2(IGPReplica gPReplica,
IWorkspace targetWorkspace)
Initializes a replica from a gpreplica. |
boolean |
isHasConflicts()
Indicates if the replica sync has conflicts. |
Methods inherited from interface com.esri.arcgis.geodatabase.IReplica |
---|
getConnectionInfo, getDescription, getName, getOwner, getParentID, getReplicaDatasets, getReplicaDate, getReplicaGuid, getReplicaID, getReplicaRole, getVersion |
Method Detail |
---|
int getMyGenerationNumber() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getSibGenerationNumber() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getSibMyGenNumber() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumReplicaLog getLog() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumReplicaDataset getAllReplicaDatasets() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void init2(IGPReplica gPReplica, IWorkspace targetWorkspace) throws IOException, AutomationException
gPReplica
- A reference to a com.esri.arcgis.geodatabase.IGPReplica (in)targetWorkspace
- A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getAccessType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getReconcilePolicyType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isHasConflicts() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getReplicaReceivingVersion() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getReplicaState() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getSibConnectionString() throws IOException, AutomationException
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 |