com.esri.arcgis.geodatabasedistributed
Interface IExportSchema

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IExportSchemaProxy, ReplicaSchemaExporter

public interface IExportSchema
extends java.io.Serializable

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

Description: 'Provides access to members that export schema from a replica.' 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 IIDbfd3912e_421e_477b_b324_5e66c552ac1b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void exportSchema(java.lang.String exportFileName, IReplica replica)
          Export schema info.
 void exportSchemaDifferences(java.lang.String exportFileName, ISchemaChanges schemaChanges)
          Export schema differences between replica pair.
 

Field Detail

IIDbfd3912e_421e_477b_b324_5e66c552ac1b

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

exportSchema

void exportSchema(java.lang.String exportFileName,
                  IReplica replica)
                  throws java.io.IOException,
                         AutomationException
Export schema info.

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

exportSchemaDifferences

void exportSchemaDifferences(java.lang.String exportFileName,
                             ISchemaChanges schemaChanges)
                             throws java.io.IOException,
                                    AutomationException
Export schema differences between replica pair.

Parameters:
exportFileName - The exportFileName (in)
schemaChanges - A reference to a com.esri.arcgis.geodatabasedistributed.ISchemaChanges (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.