|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRequest
COM Interface 'IRequest'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\SharedArcGIS\DepFiles\com\DADF\esriDADFSystem.tlb'
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 |
IIDeaf116c1_68fb_4345_8c1e_d311375e5d54
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
cancel()
Cancels the execution of this request. |
void |
cancelEx(int delay)
Cancels the execution of this request if still running after the specified delay in milliseconds. |
void |
esri_wait(int timeout)
Waits for the request to complete or timeout. |
void |
getActive()
Returns S_OK if request is currently being processed, S_FALSE otherwise. |
void |
getCanceled()
Returns S_OK if request was cancelled, otherwise S_FALSE. |
void |
getCompleted()
Returns S_OK if request completed, otherwise S_FALSE. |
int |
getData()
Gets or sets the user defined data associated with this request. |
void |
getWaitHandle()
Returns the wait handle associated with the request (is signaled when the request has completed). |
void |
setData(int pData)
Gets or sets the user defined data associated with this request. |
void |
setSignal(int rhs1)
Specifies an event handle which will be signaled when the request completes or is canceled. |
Field Detail |
---|
static final int IIDeaf116c1_68fb_4345_8c1e_d311375e5d54
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setData(int pData) throws java.io.IOException, AutomationException
pData
- The pData (A COM typedef) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getData() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void cancel() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void esri_wait(int timeout) throws java.io.IOException, AutomationException
timeout
- The timeout (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSignal(int rhs1) throws java.io.IOException, AutomationException
rhs1
- A COM void* (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getActive() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getCompleted() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getCanceled() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void cancelEx(int delay) throws java.io.IOException, AutomationException
delay
- The delay (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getWaitHandle() throws java.io.IOException, AutomationException
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 |