com.esri.arcgis.geodatabase
Interface IReplicaDataset2

All Superinterfaces:
IReplicaDataset, java.io.Serializable
All Known Implementing Classes:
IReplicaDataset2Proxy, ReplicaDataset

public interface IReplicaDataset2
extends IReplicaDataset, java.io.Serializable

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

Description: 'Provides access to members that return the properties of a replica dataset.' 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 IID829135b2_0bd4_4422_971c_19e27b8741ab
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IReplicaDataset
IID4e087148_2c4f_452f_bff0_88c67d3efb15
 
Method Summary
 java.lang.String getTargetName()
          The target name of the dataset.
 void setTargetName(java.lang.String targetName)
          The target name of the dataset.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IReplicaDataset
getDatasetID, getName, getParentDatabase, getParentOwner, getReplicaID, getType
 

Field Detail

IID829135b2_0bd4_4422_971c_19e27b8741ab

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

getTargetName

java.lang.String getTargetName()
                               throws java.io.IOException,
                                      AutomationException
The target name of the dataset.

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

setTargetName

void setTargetName(java.lang.String targetName)
                   throws java.io.IOException,
                          AutomationException
The target name of the dataset.

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