|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IThreadPoolImpl
COM Interface 'IThreadPoolImpl'. 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 |
IIDddb2e820_9967_4e4e_b84d_8557454be628
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
void |
onExecute(IRequest request)
Called when any worker thread in the pool needs perform to work. |
void |
onThreadCreate()
Called to perform onetime initialization when a worker thread is added to the pool. |
void |
onThreadDestroy()
Called to perform any specialized cleanup when a worker thread is removed from the pool. |
void |
onUpdate(IRequest request)
Called on the GUI thread to update any U/I status while any worker thread in the pool is executing. |
| Field Detail |
|---|
static final int IIDddb2e820_9967_4e4e_b84d_8557454be628
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void onThreadCreate()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void onExecute(IRequest request)
throws java.io.IOException,
AutomationException
request - A reference to a com.esri.arcgis.addinframework.IRequest (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void onUpdate(IRequest request)
throws java.io.IOException,
AutomationException
request - A reference to a com.esri.arcgis.addinframework.IRequest (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void onThreadDestroy()
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 | ||||||||