com.esri.arcgis.gisclient
Interface IUploadsClient

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IUploadsClientProxy, UploadsClient

public interface IUploadsClient
extends java.io.Serializable

COM Interface 'IUploadsClient'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriGISClient.olb'

Description: 'Provides access to properties and members the uploads client object.' 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 IIDedb37aff_c199_4063_ab1f_fe936d5b5fd0
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getTimeoutInSecs()
          .
 void init(IAGSServerConnection pConn)
          Initializes the uploads client object.
 void setTimeoutInSecs(int pTimeout)
          .
 

Field Detail

IIDedb37aff_c199_4063_ab1f_fe936d5b5fd0

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

init

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

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

setTimeoutInSecs

void setTimeoutInSecs(int pTimeout)
                      throws java.io.IOException,
                             AutomationException
.

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

getTimeoutInSecs

int getTimeoutInSecs()
                     throws java.io.IOException,
                            AutomationException
.

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