com.esri.arcgis.geodatabasedistributed
Interface IGeoDataServer2

All Superinterfaces:
IGeoDataServer, java.io.Serializable
All Known Implementing Classes:
GeoDataServer, GeoDataServerIP, GeoDataServerLP, IGeoDataServer2Proxy

public interface IGeoDataServer2
extends IGeoDataServer, java.io.Serializable

COM Interface 'IGeoDataServer2'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabaseDistributed.olb'

Description: 'Provides access to methods supported by a GeoDataServer Object.' 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 IID5906a736_62ed_4fb6_b84f_191131dfab07
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabasedistributed.IGeoDataServer
IIDb59deddd_065f_4c9f_942a_af79e8ab3fbc
 
Method Summary
 IGPReplicaDatasets expandReplicaDatasets2(IGPReplicaDatasets gPReplicaDatasets, IGPReplicaOptions replicaOptions)
          Expands a set of replica datasets taking into consideration geodatabase constructs (topologies, relationship classes, etc.).
 IGPReplica getReplica(java.lang.String replicaName)
          Return the replica in the workspace that has a specific name.
 
Methods inherited from interface com.esri.arcgis.geodatabasedistributed.IGeoDataServer
compareReplicaSchema, createReplica, expandReplicaDatasets, exportAcknowledgement, exportReplicaDataChanges, exportReplicaSchema, extractData, getDataElements, getDefaultWorkingVersion, getMaxRecordCount, getNextResultPortion, getReplicas, getVersions, getWrappedWorkspaceType, importAcknowledgement, importData, importReplicaDataChanges, importReplicaSchemaChanges, reExportReplicaDataChanges, tableSearch, unregisterReplica
 

Field Detail

IID5906a736_62ed_4fb6_b84f_191131dfab07

static final int IID5906a736_62ed_4fb6_b84f_191131dfab07
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

expandReplicaDatasets2

IGPReplicaDatasets expandReplicaDatasets2(IGPReplicaDatasets gPReplicaDatasets,
                                          IGPReplicaOptions replicaOptions)
                                          throws java.io.IOException,
                                                 AutomationException
Expands a set of replica datasets taking into consideration geodatabase constructs (topologies, relationship classes, etc.).

Parameters:
gPReplicaDatasets - A reference to a com.esri.arcgis.geodatabase.IGPReplicaDatasets (in)
replicaOptions - A reference to a com.esri.arcgis.geodatabase.IGPReplicaOptions (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGPReplicaDatasets
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getReplica

IGPReplica getReplica(java.lang.String replicaName)
                      throws java.io.IOException,
                             AutomationException
Return the replica in the workspace that has a specific name.

Parameters:
replicaName - The replicaName (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGPReplica
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.