com.esri.arcgis.gisclient
Interface IUploader

All Superinterfaces:
Serializable
All Known Implementing Classes:
Uploader

public interface IUploader
extends Serializable

Provides access to properties and members of the Uploader object.

Product Availability

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


Method Summary
 int getSingleUploadThresholdInBytes()
          .
 int getTimeoutInSecs()
          .
 IUploadsClient getUploadsClient()
          .
 void init(IAGSServerConnection pConn)
          .
 void setSingleUploadThresholdInBytes(int pThreshold)
          .
 void setTimeoutInSecs(int pTimeout)
          .
 

Method Detail

setSingleUploadThresholdInBytes

void setSingleUploadThresholdInBytes(int pThreshold)
                                     throws IOException,
                                            AutomationException
.

Product Availability

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

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

getSingleUploadThresholdInBytes

int getSingleUploadThresholdInBytes()
                                    throws IOException,
                                           AutomationException
.

Product Availability

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

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

setTimeoutInSecs

void setTimeoutInSecs(int pTimeout)
                      throws IOException,
                             AutomationException
.

Product Availability

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

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

getTimeoutInSecs

int getTimeoutInSecs()
                     throws IOException,
                            AutomationException
.

Product Availability

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

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

getUploadsClient

IUploadsClient getUploadsClient()
                                throws IOException,
                                       AutomationException
.

Product Availability

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

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

init

void init(IAGSServerConnection pConn)
          throws IOException,
                 AutomationException
.

Product Availability

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

Parameters:
pConn - A reference to a com.esri.arcgis.gisclient.IAGSServerConnection (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.