com.esri.arcgis.geodatabasedistributed
Interface ISchemaChangesInit

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISchemaChangesInitProxy, SchemaChanges

public interface ISchemaChangesInit
extends java.io.Serializable

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

Description: 'Provides access to members that initialize schema changes of 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 IIDe94e335a_e1f0_4a55_9e8d_e6492b033333
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void init(IReplica replica, IWorkspaceName targetWorkspaceName)
          Initializes the object using the replica and the target replica workspace.
 void initFromSchemaDifferencesDocument(java.lang.String xmlFile, IWorkspaceName targetWorkspaceName)
          Initializes the object using a schema differences document and a target replica workspace.
 void initFromSchemaDocument(java.lang.String xmlFile, IWorkspaceName targetWorkspaceName)
          Initializes the object using a replica schema document and a target replica workspace.
 

Field Detail

IIDe94e335a_e1f0_4a55_9e8d_e6492b033333

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

init

void init(IReplica replica,
          IWorkspaceName targetWorkspaceName)
          throws java.io.IOException,
                 AutomationException
Initializes the object using the replica and the target replica workspace.

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

initFromSchemaDocument

void initFromSchemaDocument(java.lang.String xmlFile,
                            IWorkspaceName targetWorkspaceName)
                            throws java.io.IOException,
                                   AutomationException
Initializes the object using a replica schema document and a target replica workspace.

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

initFromSchemaDifferencesDocument

void initFromSchemaDifferencesDocument(java.lang.String xmlFile,
                                       IWorkspaceName targetWorkspaceName)
                                       throws java.io.IOException,
                                              AutomationException
Initializes the object using a schema differences document and a target replica workspace.

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