|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.gisclient.Uploader
public class Uploader
COM Class 'Uploader'. Generated 3/19/2015 1:20:47 PM from 'C:\ArcGIS\COM\esriGISClient.olb'
Description '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 |
---|
Fields inherited from interface com.esri.arcgis.gisclient.IUploader |
---|
IID, IID0788eaf6_42ac_404a_894e_e0330782912a, xxDummy |
Fields inherited from interface com.esri.arcgis.gisclient.IAdminUploader |
---|
IID, IID657e7708_500d_47ec_8e96_2327083ecdc0, xxDummy |
Fields inherited from interface com.esri.arcgis.gisclient.IServiceUploader |
---|
IID, IID0fb7b5a0_f5c5_412b_aa10_8d34b2d583d9, xxDummy |
Constructor Summary | |
---|---|
Uploader()
Constructs a Uploader using ArcGIS Engine. |
|
Uploader(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. Uploader theUploader = (Uploader) obj; |
Method Summary | |
---|---|
IUploadItem |
adminUploadFile(java.lang.String file,
java.lang.String description,
ITrackCancel pTrackCancel)
. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
getSingleUploadThresholdInBytes()
. |
int |
getTimeoutInSecs()
. |
IUploadsClient |
getUploadsClient()
. |
int |
hashCode()
the hashcode for this object |
void |
init(IAGSServerConnection pConn)
. |
void |
release()
Release a Uploader. |
IUploadItem |
serviceUploadFile(java.lang.String file,
java.lang.String description,
IAGSServerObjectName pTargetService,
ITrackCancel pTrackCancel)
. |
void |
setSingleUploadThresholdInBytes(int pThreshold)
. |
void |
setTimeoutInSecs(int pTimeout)
. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Uploader() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic Uploader(java.lang.Object obj) throws java.io.IOException
Uploader theUploader = (Uploader) obj;
obj
to Uploader
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public void setSingleUploadThresholdInBytes(int pThreshold) throws java.io.IOException, AutomationException
setSingleUploadThresholdInBytes
in interface IUploader
pThreshold
- The pThreshold (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSingleUploadThresholdInBytes() throws java.io.IOException, AutomationException
getSingleUploadThresholdInBytes
in interface IUploader
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTimeoutInSecs(int pTimeout) throws java.io.IOException, AutomationException
setTimeoutInSecs
in interface IUploader
pTimeout
- The pTimeout (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getTimeoutInSecs() throws java.io.IOException, AutomationException
getTimeoutInSecs
in interface IUploader
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IUploadsClient getUploadsClient() throws java.io.IOException, AutomationException
getUploadsClient
in interface IUploader
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void init(IAGSServerConnection pConn) throws java.io.IOException, AutomationException
init
in interface IUploader
pConn
- A reference to a com.esri.arcgis.gisclient.IAGSServerConnection (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IUploadItem adminUploadFile(java.lang.String file, java.lang.String description, ITrackCancel pTrackCancel) throws java.io.IOException, AutomationException
adminUploadFile
in interface IAdminUploader
file
- The file (in)description
- The description (in)pTrackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IUploadItem serviceUploadFile(java.lang.String file, java.lang.String description, IAGSServerObjectName pTargetService, ITrackCancel pTrackCancel) throws java.io.IOException, AutomationException
serviceUploadFile
in interface IServiceUploader
file
- The file (in)description
- The description (in)pTargetService
- A reference to a com.esri.arcgis.gisclient.IAGSServerObjectName (in)pTrackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |