com.esri.arcgis.gisclient
Interface IUploader

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IUploaderProxy, Uploader

public interface IUploader
extends java.io.Serializable

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

Description: 'Provides access to properties and members of the Uploader 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 IID0788eaf6_42ac_404a_894e_e0330782912a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getSingleUploadThresholdInBytes()
          .
 int getTimeoutInSecs()
          .
 IUploadsClient getUploadsClient()
          .
 void init(IAGSServerConnection pConn)
          .
 void setSingleUploadThresholdInBytes(int pThreshold)
          .
 void setTimeoutInSecs(int pTimeout)
          .
 

Field Detail

IID0788eaf6_42ac_404a_894e_e0330782912a

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

setSingleUploadThresholdInBytes

void setSingleUploadThresholdInBytes(int pThreshold)
                                     throws java.io.IOException,
                                            AutomationException
.

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

getSingleUploadThresholdInBytes

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

Returns:
The pThreshold
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.

getUploadsClient

IUploadsClient getUploadsClient()
                                throws java.io.IOException,
                                       AutomationException
.

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

init

void init(IAGSServerConnection pConn)
          throws java.io.IOException,
                 AutomationException
.

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.