com.esri.arcgis.geodatabase
Interface IReplicaDescription4

All Superinterfaces:
IReplicaDescription, IReplicaDescription2, IReplicaDescription3, java.io.Serializable
All Known Implementing Classes:
IReplicaDescription4Proxy, ReplicaDescription

public interface IReplicaDescription4
extends IReplicaDescription3, java.io.Serializable

COM Interface 'IReplicaDescription4'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members which set and return the properties of a ReplicaDescription 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 IIDcd9668c2_d755_44fd_97f6_b1649e1c3f6e
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IReplicaDescription3
IIDb9cfadea_b314_419a_841d_517c6be19e3d
 
Fields inherited from interface com.esri.arcgis.geodatabase.IReplicaDescription2
IIDaa08b5ac_b67e_4e8b_9154_891c3cffcbce
 
Fields inherited from interface com.esri.arcgis.geodatabase.IReplicaDescription
IID3afc1997_7a42_483b_9a6a_ecc00a3ba86a
 
Method Summary
 IEnumNameMapping getReplicaEnumNameMapping()
          Set the replicated object target name.
 boolean isUseArchiving()
          Gets the Replica UseArchiving Option.
 void setUseArchiving(boolean useArchiving)
          Gets the Replica UseArchiving Option.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IReplicaDescription3
getAccessType, setAccessType
 
Methods inherited from interface com.esri.arcgis.geodatabase.IReplicaDescription2
findRelationshipClassInfo, findRelationshipClassInfoByName, findTable2, getRelationshipClassesInfo, isFetchRelatedObjects
 
Methods inherited from interface com.esri.arcgis.geodatabase.IReplicaDescription
addDatasetNames, findTable, getDatasetNames, getReplicaModelType, getTableName, getTableNameCount, init, isPrivateTable, isTableExcluded, setIsPrivateTable, setReplicaModelType, setTableExcluded
 

Field Detail

IIDcd9668c2_d755_44fd_97f6_b1649e1c3f6e

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

setUseArchiving

void setUseArchiving(boolean useArchiving)
                     throws java.io.IOException,
                            AutomationException
Gets the Replica UseArchiving Option.

Parameters:
useArchiving - The useArchiving (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isUseArchiving

boolean isUseArchiving()
                       throws java.io.IOException,
                              AutomationException
Gets the Replica UseArchiving Option.

Returns:
The useArchiving
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getReplicaEnumNameMapping

IEnumNameMapping getReplicaEnumNameMapping()
                                           throws java.io.IOException,
                                                  AutomationException
Set the replicated object target name.

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