com.esri.arcgis.geodatabase
Interface IGPReplicaDataset2

All Superinterfaces:
IGPReplicaDataset, Serializable
All Known Implementing Classes:
GPReplicaDataset

public interface IGPReplicaDataset2
extends IGPReplicaDataset, Serializable

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 int getDatasetID()
          Set datasetID for a ReplicaDataset.
 int getLayerID()
          Set layerID for a ReplicaDataset.
 String getParentDatabase()
          Set parent dbase for the GPReplicaDataset.
 String getParentOwner()
          Set parent owner for the GPReplicaDataset.
 String getTargetName()
          The target name for the GPReplicaDataset.
 void setDatasetID(int datasetID)
          Set datasetID for a ReplicaDataset.
 void setLayerID(int layerID)
          Set layerID for a ReplicaDataset.
 void setParentDatabase(String parentDBase)
          Set parent dbase for the GPReplicaDataset.
 void setParentOwner(String parentOwner)
          Set parent owner for the GPReplicaDataset.
 void setTargetName(String targetName)
          The target name for the GPReplicaDataset.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IGPReplicaDataset
getDatasetType, getDefQuery, getName, getRelDestinationClass, getRelExtractDirection, getRelOriginClass, getRowsType, getSelectionIDs, isPrivate, isUseGeometry, setDatasetType, setDefQuery, setIsPrivate, setName, setRelDestinationClass, setRelExtractDirection, setRelOriginClass, setRowsType, setSelectionIDsByRef, setUseGeometry
 

Method Detail

setTargetName

void setTargetName(String targetName)
                   throws IOException,
                          AutomationException
The target name for the GPReplicaDataset.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getTargetName

String getTargetName()
                     throws IOException,
                            AutomationException
The target name for the GPReplicaDataset.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setParentOwner

void setParentOwner(String parentOwner)
                    throws IOException,
                           AutomationException
Set parent owner for the GPReplicaDataset.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getParentOwner

String getParentOwner()
                      throws IOException,
                             AutomationException
Set parent owner for the GPReplicaDataset.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setParentDatabase

void setParentDatabase(String parentDBase)
                       throws IOException,
                              AutomationException
Set parent dbase for the GPReplicaDataset.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getParentDatabase

String getParentDatabase()
                         throws IOException,
                                AutomationException
Set parent dbase for the GPReplicaDataset.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setDatasetID

void setDatasetID(int datasetID)
                  throws IOException,
                         AutomationException
Set datasetID for a ReplicaDataset.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getDatasetID

int getDatasetID()
                 throws IOException,
                        AutomationException
Set datasetID for a ReplicaDataset.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setLayerID

void setLayerID(int layerID)
                throws IOException,
                       AutomationException
Set layerID for a ReplicaDataset.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getLayerID

int getLayerID()
               throws IOException,
                      AutomationException
Set layerID for a ReplicaDataset.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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