com.esri.arcgis.carto
Class IActionProcessorProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IActionProcessorProxy
All Implemented Interfaces:
IActionProcessor, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for 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 =

public class IActionProcessorProxy
extends com.esri.arcgis.interop.Dispatch
implements IActionProcessor, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.carto.IActionProcessor
IID, IIDcc018a6f_24fb_11d4_b34c_00104ba2abcc
 
Constructor Summary
  IActionProcessorProxy()
          Deprecated. For internal use only
  IActionProcessorProxy(java.lang.Object obj)
          Deprecated.  
protected IActionProcessorProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IActionProcessorProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IActionProcessorProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 void checkLayers()
          Deprecated. Checks for deleted Layers and disables affected actions.
 void clearQueue()
          Deprecated. Purges the processing queue and terminates the processing of queued messages.
 IActionCollection getActions()
          Deprecated. Allows access to the action processor's action collection.
 int getProcessorWaitTimeOut()
          Deprecated. Provides a configurable timeout for waiting to be able to process data objects, defaulted to 5 seconds.
 boolean isExcludeRealtimeActions()
          Deprecated. Indicates if real-time actions are excluded from appearing on the interface.
 boolean isSuspended()
          Deprecated. 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)
          Deprecated. Takes an object as a parameter and runs it through an action list.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setActionsByRef(IActionCollection piActions)
          Deprecated. Allows access to the action processor's action collection.
 void setExcludeRealtimeActions(boolean pbvarExclude)
          Deprecated. Indicates if real-time actions are excluded from appearing on the interface.
 void setProcessorWaitTimeOut(int plProcessorWaitTimeOut)
          Deprecated. Provides a configurable timeout for waiting to be able to process data objects, defaulted to 5 seconds.
 void setSuspended(boolean pbvarSuspended)
          Deprecated. Indicates whether the action processor will process any new data objects or any queued data objects.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IActionProcessorProxy

public IActionProcessorProxy(java.lang.String CLSID,
                             java.lang.String host,
                             com.esri.arcgis.interop.AuthInfo authInfo)
                      throws java.net.UnknownHostException,
                             java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IActionProcessorProxy

public IActionProcessorProxy()
Deprecated. 
For internal use only


IActionProcessorProxy

public IActionProcessorProxy(java.lang.Object obj)
                      throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IActionProcessorProxy

protected IActionProcessorProxy(java.lang.Object obj,
                                java.lang.String iid)
                         throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IActionProcessorProxy

protected IActionProcessorProxy(java.lang.String CLSID,
                                java.lang.String iid,
                                java.lang.String host,
                                com.esri.arcgis.interop.AuthInfo authInfo)
                         throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

processData

public void processData(java.lang.Object piObject,
                        boolean bQueueProcessing,
                        java.lang.Object pvarReturnedObjects)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Takes an object as a parameter and runs it through an action list.

Specified by:
processData in interface IActionProcessor
Parameters:
piObject - A reference to another Object (IUnknown) (in)
bQueueProcessing - The bQueueProcessing (in)
pvarReturnedObjects - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

clearQueue

public void clearQueue()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Purges the processing queue and terminates the processing of queued messages.

Specified by:
clearQueue in interface IActionProcessor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isSuspended

public boolean isSuspended()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Indicates whether the action processor will process any new data objects or any queued data objects.

Specified by:
isSuspended in interface IActionProcessor
Returns:
The pbvarSuspended
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSuspended

public void setSuspended(boolean pbvarSuspended)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Indicates whether the action processor will process any new data objects or any queued data objects.

Specified by:
setSuspended in interface IActionProcessor
Parameters:
pbvarSuspended - The pbvarSuspended (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getActions

public IActionCollection getActions()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Allows access to the action processor's action collection.

Specified by:
getActions in interface IActionProcessor
Returns:
A reference to a com.esri.arcgis.carto.IActionCollection
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setActionsByRef

public void setActionsByRef(IActionCollection piActions)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Allows access to the action processor's action collection.

Specified by:
setActionsByRef in interface IActionProcessor
Parameters:
piActions - A reference to a com.esri.arcgis.carto.IActionCollection (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getProcessorWaitTimeOut

public int getProcessorWaitTimeOut()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Provides a configurable timeout for waiting to be able to process data objects, defaulted to 5 seconds.

Specified by:
getProcessorWaitTimeOut in interface IActionProcessor
Returns:
The plProcessorWaitTimeOut
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setProcessorWaitTimeOut

public void setProcessorWaitTimeOut(int plProcessorWaitTimeOut)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Provides a configurable timeout for waiting to be able to process data objects, defaulted to 5 seconds.

Specified by:
setProcessorWaitTimeOut in interface IActionProcessor
Parameters:
plProcessorWaitTimeOut - The plProcessorWaitTimeOut (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isExcludeRealtimeActions

public boolean isExcludeRealtimeActions()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Indicates if real-time actions are excluded from appearing on the interface.

Specified by:
isExcludeRealtimeActions in interface IActionProcessor
Returns:
The pbvarExclude
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExcludeRealtimeActions

public void setExcludeRealtimeActions(boolean pbvarExclude)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Indicates if real-time actions are excluded from appearing on the interface.

Specified by:
setExcludeRealtimeActions in interface IActionProcessor
Parameters:
pbvarExclude - The pbvarExclude (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

checkLayers

public void checkLayers()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Checks for deleted Layers and disables affected actions.

Specified by:
checkLayers in interface IActionProcessor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.