|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWorkerThread
COM Interface 'IWorkerThread'. 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 |
IID5e6043d6_6aea_459a_934e_27b4844b0cff
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
IRequest |
beginExecute(int data)
Asynchronously executes a user defined worker. |
void |
cancelAll()
Cancels all requests queued to this thread. |
void |
destroy()
Destroys the worker thread. |
IRequest |
execute(int data,
int timeout)
Synchronously executes a user defined worker. |
void |
getBusy()
Returns S_OK if busy, S_FALSE if not busy. |
int |
getThreadID()
Returns the worker's thread ID. |
Field Detail |
---|
static final int IID5e6043d6_6aea_459a_934e_27b4844b0cff
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
IRequest execute(int data, int timeout) throws java.io.IOException, AutomationException
data
- The data (A COM typedef) (in)timeout
- The timeout (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRequest beginExecute(int data) throws java.io.IOException, AutomationException
data
- The data (A COM typedef) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void cancelAll() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getBusy() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getThreadID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void destroy() 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 |