|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IThreadedJobResultHandler
Provides access to members that control a threded job result handler.
| Method Summary | |
|---|---|
IPropertySet |
getProperties()
All the properties that make up the result handler object. |
void |
processResult(IThreadedJobResult pJobResult,
ITrackCancel pTrackCancel)
Processes the specified intermediate job result object. |
void |
setPropertiesByRef(IPropertySet ppHandlerProperties)
All the properties that make up the result handler object. |
| Method Detail |
|---|
void processResult(IThreadedJobResult pJobResult,
ITrackCancel pTrackCancel)
throws IOException,
AutomationException
pJobResult - A reference to a com.esri.arcgis.datasourcesraster.IThreadedJobResult (in)pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPropertiesByRef(IPropertySet ppHandlerProperties)
throws IOException,
AutomationException
ppHandlerProperties - A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IPropertySet getProperties()
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 | ||||||||