com.esri.arcgis.geodatabasedistributed
Interface IGDSData2

All Superinterfaces:
IGDSData, Serializable

public interface IGDSData2
extends IGDSData, Serializable

Provides access to methods supported by a GDSReplicaData object.

Product Availability

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


Method Summary
 String getUploadID()
          The ID of the uploaded data.
 void setUploadID(String uploadID)
          The ID of the uploaded data.
 
Methods inherited from interface com.esri.arcgis.geodatabasedistributed.IGDSData
getConnectionProperties, getEmbeddedData, getTransportType, getURL, isCompressed, setCompressed, setConnectionPropertiesByRef, setEmbeddedData, setTransportType, setURL
 

Method Detail

getUploadID

String getUploadID()
                   throws IOException,
                          AutomationException
The ID of the uploaded data.

Product Availability

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

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

setUploadID

void setUploadID(String uploadID)
                 throws IOException,
                        AutomationException
The ID of the uploaded data.

Product Availability

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

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