com.esri.arcgis.trackinganalyst
Class IActionGENProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.trackinganalyst.IActionGENProxy
All Implemented Interfaces:
IActionGEN, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IActionGEN'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'Provides access for all languages to properties and methods needed to manage general actions settings and funcationality.' 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 IActionGENProxy
extends com.esri.arcgis.interop.Dispatch
implements IActionGEN, 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.trackinganalyst.IActionGEN
IID, IIDea1d7652_4a1b_4197_a037_061cd4337770
 
Constructor Summary
  IActionGENProxy()
          Deprecated. For internal use only
  IActionGENProxy(java.lang.Object obj)
          Deprecated.  
protected IActionGENProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IActionGENProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IActionGENProxy(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 clearCounts()
          Deprecated. Clears all the internal counters for this action.
 void evaluateEx(java.lang.Object pObject, IActionEvaluate parentAction, java.lang.Object[] pvarReturnedObjects)
          Deprecated. Takes an input object and evaluates the object based on predefined criteria.
 int getActionCategory()
          Deprecated. Indicates the type of action to be applied to data.
 java.lang.String getAlias()
          Deprecated. Allows user to specify or retrieve the alias name for this action.
 int getEvaluationCount()
          Deprecated. Number of times this action has been evaluated.
 int getFilteredCount()
          Deprecated. Number of times this action has returned S_ACTIONPROCESSOR_MSG_FILTERED.
 java.lang.String getLabel()
          Deprecated. Allows user to specify or retreive tha label name for this action.
 int getModifiedCount()
          Deprecated. Number of times this action has returned S_ACTIONPROCESSOR_MSG_MODIFIED.
 java.lang.String getName()
          Deprecated. Developer-given name of the object.
 int getProcessedCount()
          Deprecated. Number of times this action has returned S_ACTIONPROCESSOR_MSG_PROCESSED.
 java.lang.String getRulesDescription()
          Deprecated. Describes what the action will do.
 int getStopProcessingCount()
          Deprecated. Number of times this action has returned S_ACTIONPROCESSOR_MSG_STOPPROCESSING.
 java.lang.String getType()
          Deprecated. Allows user to obtain a string describing the type of action object.
 double getVersion()
          Deprecated. Allows user to retrieve the version number for this action.
 boolean isContinueProcessing()
          Deprecated. Indicates whether or not the processing engine should stop processing further actions in the action list after this action finishes processing.
 boolean isEnabled()
          Deprecated. Indicates whether or not an action in the action list is enabled for processing.
 boolean isStopProcessing()
          Deprecated. Indicates if the processing engine should stop processing further actions in the action list after this action finishes processing.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setActionCategory(int pVal)
          Deprecated. Indicates the type of action to be applied to data.
 void setAlias(java.lang.String pbstrAlias)
          Deprecated. Allows user to specify or retrieve the alias name for this action.
 void setIsEnabled(boolean pbvarIsEnabled)
          Deprecated. Indicates whether or not an action in the action list is enabled for processing.
 void setLabel(java.lang.String pbstrLabel)
          Deprecated. Allows user to specify or retreive tha label name for this action.
 void setStopProcessing(boolean pbvarStopProcessing)
          Deprecated. Indicates if the processing engine should stop processing further actions in the action list after this action finishes processing.
 
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

IActionGENProxy

public IActionGENProxy(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

IActionGENProxy

public IActionGENProxy()
Deprecated. 
For internal use only


IActionGENProxy

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

IActionGENProxy

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

IActionGENProxy

protected IActionGENProxy(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

getVersion

public double getVersion()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Allows user to retrieve the version number for this action.

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

getName

public java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Developer-given name of the object.

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

getRulesDescription

public java.lang.String getRulesDescription()
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
Describes what the action will do.

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

isContinueProcessing

public boolean isContinueProcessing()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Indicates whether or not the processing engine should stop processing further actions in the action list after this action finishes processing.

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

getAlias

public java.lang.String getAlias()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Allows user to specify or retrieve the alias name for this action.

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

setAlias

public void setAlias(java.lang.String pbstrAlias)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Allows user to specify or retrieve the alias name for this action.

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

getLabel

public java.lang.String getLabel()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Allows user to specify or retreive tha label name for this action.

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

setLabel

public void setLabel(java.lang.String pbstrLabel)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Allows user to specify or retreive tha label name for this action.

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

getType

public java.lang.String getType()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Allows user to obtain a string describing the type of action object.

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

isEnabled

public boolean isEnabled()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Indicates whether or not an action in the action list is enabled for processing.

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

setIsEnabled

public void setIsEnabled(boolean pbvarIsEnabled)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Indicates whether or not an action in the action list is enabled for processing.

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

setStopProcessing

public void setStopProcessing(boolean pbvarStopProcessing)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Indicates if the processing engine should stop processing further actions in the action list after this action finishes processing.

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

evaluateEx

public void evaluateEx(java.lang.Object pObject,
                       IActionEvaluate parentAction,
                       java.lang.Object[] pvarReturnedObjects)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Takes an input object and evaluates the object based on predefined criteria.

Specified by:
evaluateEx in interface IActionGEN
Parameters:
pObject - A reference to another Object (IUnknown) (in)
parentAction - A reference to a com.esri.arcgis.trackinganalyst.IActionEvaluate (in)
pvarReturnedObjects - A Variant (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isStopProcessing

public boolean isStopProcessing()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates if the processing engine should stop processing further actions in the action list after this action finishes processing.

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

getEvaluationCount

public int getEvaluationCount()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Number of times this action has been evaluated.

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

getStopProcessingCount

public int getStopProcessingCount()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Number of times this action has returned S_ACTIONPROCESSOR_MSG_STOPPROCESSING.

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

getFilteredCount

public int getFilteredCount()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Number of times this action has returned S_ACTIONPROCESSOR_MSG_FILTERED.

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

getModifiedCount

public int getModifiedCount()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Number of times this action has returned S_ACTIONPROCESSOR_MSG_MODIFIED.

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

getProcessedCount

public int getProcessedCount()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Number of times this action has returned S_ACTIONPROCESSOR_MSG_PROCESSED.

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

clearCounts

public void clearCounts()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Clears all the internal counters for this action.

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

getActionCategory

public int getActionCategory()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Indicates the type of action to be applied to data.

Specified by:
getActionCategory in interface IActionGEN
Returns:
A com.esri.arcgis.carto.enumActionCategory constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setActionCategory

public void setActionCategory(int pVal)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Indicates the type of action to be applied to data.

Specified by:
setActionCategory in interface IActionGEN
Parameters:
pVal - A com.esri.arcgis.carto.enumActionCategory constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.