com.esri.arcgis.gisclient
Interface IUploadsClient

All Superinterfaces:
Serializable
All Known Implementing Classes:
UploadsClient

public interface IUploadsClient
extends Serializable

Provides access to properties and members the uploads client object.

Product Availability

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


Method Summary
 int getTimeoutInSecs()
          .
 void init(IAGSServerConnection pConn)
          Initializes the uploads client object.
 void setTimeoutInSecs(int pTimeout)
          .
 

Method Detail

init

void init(IAGSServerConnection pConn)
          throws IOException,
                 AutomationException
Initializes the uploads client object.

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.

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.