|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IThreadPoolImpl
| 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. |
| Method Detail |
|---|
void onThreadCreate()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void onExecute(IRequest request)
throws IOException,
AutomationException
request - A reference to a com.esri.arcgis.addinframework.IRequest (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void onUpdate(IRequest request)
throws IOException,
AutomationException
request - A reference to a com.esri.arcgis.addinframework.IRequest (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void onThreadDestroy()
throws IOException,
AutomationException
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 | ||||||||