|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IReplicaValidation
COM Interface 'IReplicaValidation'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabaseDistributed.olb'
Description: 'Provides access to members that validate a check-out.' 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 |
IID059a0b29_8d46_475f_a4d8_77f220ec2cbb
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
boolean |
validateDeltaFile(IWorkspaceName parentDB,
java.lang.String replicaName,
java.lang.String deltaFileName,
int sourceType)
Indicates if the check-out in a delta database is valid. |
boolean |
validateReplicaPair(IWorkspaceName parentDB,
java.lang.String replicaName,
IWorkspaceName checkOutDB)
Indicates if the check-out in a check-out database is valid. |
Field Detail |
---|
static final int IID059a0b29_8d46_475f_a4d8_77f220ec2cbb
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
boolean validateReplicaPair(IWorkspaceName parentDB, java.lang.String replicaName, IWorkspaceName checkOutDB) throws java.io.IOException, AutomationException
parentDB
- A reference to a com.esri.arcgis.geodatabase.IWorkspaceName (in)replicaName
- The replicaName (in)checkOutDB
- A reference to a com.esri.arcgis.geodatabase.IWorkspaceName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean validateDeltaFile(IWorkspaceName parentDB, java.lang.String replicaName, java.lang.String deltaFileName, int sourceType) throws java.io.IOException, AutomationException
parentDB
- A reference to a com.esri.arcgis.geodatabase.IWorkspaceName (in)replicaName
- The replicaName (in)deltaFileName
- The deltaFileName (in)sourceType
- A com.esri.arcgis.geodatabasedistributed.esriCheckInSourceType constant (in)
java.io.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 |