com.esri.arcgis.geodatabasedistributed
Interface IReplicationAgent2
- All Superinterfaces:
- IReplicationAgent, java.io.Serializable
- All Known Implementing Classes:
- IReplicationAgent2Proxy, ReplicationAgent
public interface IReplicationAgent2
- extends IReplicationAgent, java.io.Serializable
COM Interface 'IReplicationAgent2'. Generated 3/19/2015 1:20:57 PM
from 'C:\ArcGIS\COM\esriGeoDatabaseDistributed.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 =
IIDfc1d0cbb_38ee_44b7_be6e_80049e06f855
static final int IIDfc1d0cbb_38ee_44b7_be6e_80049e06f855
- 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
createReplica2
void createReplica2(java.lang.String versionName,
IGeoDataServer srcGDS,
IGeoDataServer destGDS,
java.lang.String replicaName,
IGPReplicaDescription desc,
IGPReplicaOptions repOptions,
java.lang.String layersFolder)
throws java.io.IOException,
AutomationException
- Creates a replica pair and optionally layers in the workspaces bound to the input geodataservers.
- Parameters:
versionName
- The versionName (in)srcGDS
- A reference to a com.esri.arcgis.geodatabasedistributed.IGeoDataServer (in)destGDS
- A reference to a com.esri.arcgis.geodatabasedistributed.IGeoDataServer (in)replicaName
- The replicaName (in)desc
- A reference to a com.esri.arcgis.geodatabase.IGPReplicaDescription (in)repOptions
- A reference to a com.esri.arcgis.geodatabase.IGPReplicaOptions (in)layersFolder
- The layersFolder (in)
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.