com.esri.arcgis.carto
Interface IGFSReplicationAgent

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GFSReplicationAgent, IGFSReplicationAgentProxy

public interface IGFSReplicationAgent
extends java.io.Serializable

COM Interface 'IGFSReplicationAgent'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to replica operations.' 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 IID8817f586_70f1_45f3_bb6c_87a9910fc10f
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void createReplica(IGraphicFeatureServer srcGFS, IWorkspace destWorkspace, java.lang.String replicaName, IGFSReplicaDescription desc, IGPReplicaOptions repOptions, java.lang.String layerFolder)
          Creates a replica pair and returns FeatureLayers.
 void synchronizeReplica(IGraphicFeatureServer trgGFS, IWorkspace srcWorkspace, java.lang.String replicaName, int dir)
          Synchronize a feature package replica with graphic feature server replica.
 

Field Detail

IID8817f586_70f1_45f3_bb6c_87a9910fc10f

static final int IID8817f586_70f1_45f3_bb6c_87a9910fc10f
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

createReplica

void createReplica(IGraphicFeatureServer srcGFS,
                   IWorkspace destWorkspace,
                   java.lang.String replicaName,
                   IGFSReplicaDescription desc,
                   IGPReplicaOptions repOptions,
                   java.lang.String layerFolder)
                   throws java.io.IOException,
                          AutomationException
Creates a replica pair and returns FeatureLayers.

Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

synchronizeReplica

void synchronizeReplica(IGraphicFeatureServer trgGFS,
                        IWorkspace srcWorkspace,
                        java.lang.String replicaName,
                        int dir)
                        throws java.io.IOException,
                               AutomationException
Synchronize a feature package replica with graphic feature server replica.

Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.