com.esri.arcgis.geodatabasedistributed
Interface ISchemaChanges

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

public interface ISchemaChanges
extends java.io.Serializable

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

Description: 'Provides access to the replica schema changes.' 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 IIDd14b724a_ac95_4cd2_9242_7235f4fb5587
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IEnumSchemaChange getChanges()
          An enumeration of the replica schema changes.
 IGPReplica getFromReplica()
          The replica thatis the source of the schema changes.
 IGPReplica getToReplica()
          The replica that is the target for the schema changes.
 

Field Detail

IIDd14b724a_ac95_4cd2_9242_7235f4fb5587

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

getChanges

IEnumSchemaChange getChanges()
                             throws java.io.IOException,
                                    AutomationException
An enumeration of the replica schema changes.

Returns:
A reference to a com.esri.arcgis.geodatabasedistributed.IEnumSchemaChange
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFromReplica

IGPReplica getFromReplica()
                          throws java.io.IOException,
                                 AutomationException
The replica thatis the source of the schema changes.

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.

getToReplica

IGPReplica getToReplica()
                        throws java.io.IOException,
                               AutomationException
The replica that is the target for the schema changes.

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.