|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IActionProcessor
Provides access to the methods and properties needed to manage and process a list of actions.
Method Summary | |
---|---|
void |
checkLayers()
Checks for deleted Layers and disables affected actions. |
void |
clearQueue()
Purges the processing queue and terminates the processing of queued messages. |
IActionCollection |
getActions()
Allows access to the action processor's action collection. |
int |
getProcessorWaitTimeOut()
Provides a configurable timeout for waiting to be able to process data objects, defaulted to 5 seconds. |
boolean |
isExcludeRealtimeActions()
Indicates if real-time actions are excluded from appearing on the interface. |
boolean |
isSuspended()
Indicates whether the action processor will process any new data objects or any queued data objects. |
void |
processData(Object piObject,
boolean bQueueProcessing,
Object pvarReturnedObjects)
Takes an object as a parameter and runs it through an action list. |
void |
setActionsByRef(IActionCollection piActions)
Allows access to the action processor's action collection. |
void |
setExcludeRealtimeActions(boolean pbvarExclude)
Indicates if real-time actions are excluded from appearing on the interface. |
void |
setProcessorWaitTimeOut(int plProcessorWaitTimeOut)
Provides a configurable timeout for waiting to be able to process data objects, defaulted to 5 seconds. |
void |
setSuspended(boolean pbvarSuspended)
Indicates whether the action processor will process any new data objects or any queued data objects. |
Method Detail |
---|
void processData(Object piObject, boolean bQueueProcessing, Object pvarReturnedObjects) throws IOException, AutomationException
piObject
- A reference to another Object (IUnknown) (in)bQueueProcessing
- The bQueueProcessing (in)pvarReturnedObjects
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void clearQueue() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isSuspended() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSuspended(boolean pbvarSuspended) throws IOException, AutomationException
pbvarSuspended
- The pbvarSuspended (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IActionCollection getActions() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setActionsByRef(IActionCollection piActions) throws IOException, AutomationException
piActions
- A reference to a com.esri.arcgis.carto.IActionCollection (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getProcessorWaitTimeOut() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setProcessorWaitTimeOut(int plProcessorWaitTimeOut) throws IOException, AutomationException
plProcessorWaitTimeOut
- The plProcessorWaitTimeOut (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isExcludeRealtimeActions() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExcludeRealtimeActions(boolean pbvarExclude) throws IOException, AutomationException
pbvarExclude
- The pbvarExclude (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void checkLayers() 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 |