|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGFSReplicationAgent
Provides access to replica operations.
Method Summary | |
---|---|
void |
createReplica(IGraphicFeatureServer srcGFS,
IWorkspace destWorkspace,
String replicaName,
IGFSReplicaDescription desc,
IGPReplicaOptions repOptions,
String layerFolder)
Creates a replica pair and returns FeatureLayers. |
void |
synchronizeReplica(IGraphicFeatureServer trgGFS,
IWorkspace srcWorkspace,
String replicaName,
int dir)
Synchronize a feature package replica with graphic feature server replica. |
Method Detail |
---|
void createReplica(IGraphicFeatureServer srcGFS, IWorkspace destWorkspace, String replicaName, IGFSReplicaDescription desc, IGPReplicaOptions repOptions, String layerFolder) throws IOException, AutomationException
srcGFS
- A reference to a com.esri.arcgis.carto.IGraphicFeatureServer (in)destWorkspace
- A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)replicaName
- The replicaName (in)desc
- A reference to a com.esri.arcgis.carto.IGFSReplicaDescription (in)repOptions
- A reference to a com.esri.arcgis.geodatabase.IGPReplicaOptions (in)layerFolder
- The layerFolder (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void synchronizeReplica(IGraphicFeatureServer trgGFS, IWorkspace srcWorkspace, String replicaName, int dir) throws IOException, AutomationException
trgGFS
- A reference to a com.esri.arcgis.carto.IGraphicFeatureServer (in)srcWorkspace
- A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)replicaName
- The replicaName (in)dir
- A com.esri.arcgis.geodatabasedistributed.esriReplicaSynchronizeDirection constant (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 |