|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWorkspaceReplicasAdmin2
Provides access to members that modify information about a replica.
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,
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 |
Method Detail |
---|
boolean canRegisterReplicaDataset(IReplicaDataset replicaDataset, IReplica replica) throws IOException, AutomationException
replicaDataset
- A reference to a com.esri.arcgis.geodatabase.IReplicaDataset (in)replica
- A reference to a com.esri.arcgis.geodatabase.IReplica (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void registerReplicaDataset(IReplicaDataset rDataset, int filter, boolean useGeometry, String queryDef, IFIDSet pSelID, IReplica pToReplica) throws IOException, AutomationException
Feature classes and tables can be registered using this method. Other datasets may or may not be supported - use the CanRegisterReplicaDataset method to determine whether they can be registered.
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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean canUnregisterReplicaDataset(IReplicaDataset replicaDataset) throws IOException, AutomationException
replicaDataset
- A reference to a com.esri.arcgis.geodatabase.IReplicaDataset (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void unregisterReplicaDataset(IReplicaDataset replicaDataset, IReplica replica) throws IOException, AutomationException
replicaDataset
- A reference to a com.esri.arcgis.geodatabase.IReplicaDataset (in)replica
- A reference to a com.esri.arcgis.geodatabase.IReplica (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void alterReplica2(IReplica replica, boolean persistParentUserInfo) throws IOException, AutomationException
replica
- A reference to a com.esri.arcgis.geodatabase.IReplica (in)persistParentUserInfo
- The persistParentUserInfo (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isReferencedByReplica(int datasetType, int datasetID) throws IOException, AutomationException
datasetType
- A com.esri.arcgis.geodatabase.esriDatasetType constant (in)datasetID
- The datasetID (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 |