|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWorkspaceReplicasAdmin2
COM Interface 'IWorkspaceReplicasAdmin2'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description: 'Provides access to members that modify information about 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 |
IID9aa14e6d_aa5a_4dae_a868_d70e8fd5a0be
|
static int |
xxDummy
Deprecated. Internal use only |
Fields inherited from interface com.esri.arcgis.geodatabase.IWorkspaceReplicasAdmin |
---|
IID72ad4bea_a562_4c4a_a264_14fc6234b187 |
Method Summary | |
---|---|
void |
alterReplica2(IReplica replica,
boolean persistParentUserInfo)
Alter replica properties with the ability to persist userID and Password. |
boolean |
canRegisterReplicaDataset(IReplicaDataset replicaDataset,
IReplica replica)
Indicates if a replica dataset can be registed with the replica. |
boolean |
canUnregisterReplicaDataset(IReplicaDataset replicaDataset)
Indicates if a replica dataset can be unregisted from the replica. |
boolean |
isReferencedByReplica(int datasetType,
int datasetID)
Indicates if dataset is part of a replica. |
void |
registerReplicaDataset(IReplicaDataset rDataset,
int filter,
boolean useGeometry,
java.lang.String queryDef,
IFIDSet pSelID,
IReplica pToReplica)
Register replica dataset info with the replica. |
void |
unregisterReplicaDataset(IReplicaDataset replicaDataset,
IReplica replica)
Removes replica dataset info from the replica. |
Methods inherited from interface com.esri.arcgis.geodatabase.IWorkspaceReplicasAdmin |
---|
alterReplica, registerReplica, unregisterReplica |
Field Detail |
---|
static final int IID9aa14e6d_aa5a_4dae_a868_d70e8fd5a0be
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
boolean canRegisterReplicaDataset(IReplicaDataset replicaDataset, IReplica replica) throws java.io.IOException, AutomationException
replicaDataset
- A reference to a com.esri.arcgis.geodatabase.IReplicaDataset (in)replica
- A reference to a com.esri.arcgis.geodatabase.IReplica (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void registerReplicaDataset(IReplicaDataset rDataset, int filter, boolean useGeometry, java.lang.String queryDef, IFIDSet pSelID, IReplica pToReplica) throws java.io.IOException, AutomationException
rDataset
- A reference to a com.esri.arcgis.geodatabase.IReplicaDataset (in)filter
- A com.esri.arcgis.geodatabase.esriRowsType constant (in)useGeometry
- The useGeometry (in)queryDef
- The queryDef (in)pSelID
- A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)pToReplica
- A reference to a com.esri.arcgis.geodatabase.IReplica (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean canUnregisterReplicaDataset(IReplicaDataset replicaDataset) throws java.io.IOException, AutomationException
replicaDataset
- A reference to a com.esri.arcgis.geodatabase.IReplicaDataset (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void unregisterReplicaDataset(IReplicaDataset replicaDataset, IReplica replica) throws java.io.IOException, AutomationException
replicaDataset
- A reference to a com.esri.arcgis.geodatabase.IReplicaDataset (in)replica
- A reference to a com.esri.arcgis.geodatabase.IReplica (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void alterReplica2(IReplica replica, boolean persistParentUserInfo) throws java.io.IOException, AutomationException
replica
- A reference to a com.esri.arcgis.geodatabase.IReplica (in)persistParentUserInfo
- The persistParentUserInfo (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isReferencedByReplica(int datasetType, int datasetID) throws java.io.IOException, AutomationException
datasetType
- A com.esri.arcgis.geodatabase.esriDatasetType constant (in)datasetID
- The datasetID (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 |