|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IActionProcessor
COM Interface 'IActionProcessor'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to the methods and properties needed to manage and process a list of actions.' 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 |
IIDcc018a6f_24fb_11d4_b34c_00104ba2abcc
|
static int |
xxDummy
Deprecated. Internal use only |
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(java.lang.Object piObject,
boolean bQueueProcessing,
java.lang.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. |
Field Detail |
---|
static final int IIDcc018a6f_24fb_11d4_b34c_00104ba2abcc
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void processData(java.lang.Object piObject, boolean bQueueProcessing, java.lang.Object pvarReturnedObjects) throws java.io.IOException, AutomationException
piObject
- A reference to another Object (IUnknown) (in)bQueueProcessing
- The bQueueProcessing (in)pvarReturnedObjects
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void clearQueue() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isSuspended() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSuspended(boolean pbvarSuspended) throws java.io.IOException, AutomationException
pbvarSuspended
- The pbvarSuspended (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IActionCollection getActions() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setActionsByRef(IActionCollection piActions) throws java.io.IOException, AutomationException
piActions
- A reference to a com.esri.arcgis.carto.IActionCollection (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getProcessorWaitTimeOut() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setProcessorWaitTimeOut(int plProcessorWaitTimeOut) throws java.io.IOException, AutomationException
plProcessorWaitTimeOut
- The plProcessorWaitTimeOut (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isExcludeRealtimeActions() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExcludeRealtimeActions(boolean pbvarExclude) throws java.io.IOException, AutomationException
pbvarExclude
- The pbvarExclude (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void checkLayers() 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 |