|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.gisclient.Uploader
public class Uploader
The uploader object.
Constructor Summary | |
---|---|
Uploader()
Constructs a Uploader using ArcGIS Engine. |
|
Uploader(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. Uploader theUploader = (Uploader) obj; |
Method Summary | |
---|---|
IUploadItem |
adminUploadFile(String file,
String description,
ITrackCancel pTrackCancel)
. |
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
int |
getSingleUploadThresholdInBytes()
. |
int |
getTimeoutInSecs()
. |
IUploadsClient |
getUploadsClient()
. |
int |
hashCode()
the hashcode for this object |
void |
init(IAGSServerConnection pConn)
. |
IUploadItem |
serviceUploadFile(String file,
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 |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public Uploader() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic Uploader(Object obj) throws IOException
Uploader theUploader = (Uploader) obj;
obj
to Uploader
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void setSingleUploadThresholdInBytes(int pThreshold) throws IOException, AutomationException
setSingleUploadThresholdInBytes
in interface IUploader
pThreshold
- The pThreshold (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSingleUploadThresholdInBytes() throws IOException, AutomationException
getSingleUploadThresholdInBytes
in interface IUploader
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTimeoutInSecs(int pTimeout) throws IOException, AutomationException
setTimeoutInSecs
in interface IUploader
pTimeout
- The pTimeout (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getTimeoutInSecs() throws IOException, AutomationException
getTimeoutInSecs
in interface IUploader
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IUploadsClient getUploadsClient() throws IOException, AutomationException
getUploadsClient
in interface IUploader
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void init(IAGSServerConnection pConn) throws IOException, AutomationException
init
in interface IUploader
pConn
- A reference to a com.esri.arcgis.gisclient.IAGSServerConnection (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IUploadItem adminUploadFile(String file, String description, ITrackCancel pTrackCancel) throws 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IUploadItem serviceUploadFile(String file, String description, IAGSServerObjectName pTargetService, ITrackCancel pTrackCancel) throws 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)
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 |