|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IUploader
Provides access to properties and members of the Uploader object.
Method Summary | |
---|---|
int |
getSingleUploadThresholdInBytes()
. |
int |
getTimeoutInSecs()
. |
IUploadsClient |
getUploadsClient()
. |
void |
init(IAGSServerConnection pConn)
. |
void |
setSingleUploadThresholdInBytes(int pThreshold)
. |
void |
setTimeoutInSecs(int pTimeout)
. |
Method Detail |
---|
void setSingleUploadThresholdInBytes(int pThreshold) throws IOException, AutomationException
pThreshold
- The pThreshold (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getSingleUploadThresholdInBytes() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTimeoutInSecs(int pTimeout) throws IOException, AutomationException
pTimeout
- The pTimeout (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTimeoutInSecs() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IUploadsClient getUploadsClient() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void init(IAGSServerConnection pConn) throws IOException, AutomationException
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |