com.esri.arcgis.trackinganalyst
Class IActionLookupSupportProxy

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

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

Description: 'Provides access to properties and methods needed to support lookup table.' 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 IActionLookupSupportProxy
extends com.esri.arcgis.interop.Dispatch
implements IActionLookupSupport, 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.IActionLookupSupport
IID, IID2c55477c_9b6c_42c2_b453_1b4c1ad59e18
 
Constructor Summary
  IActionLookupSupportProxy()
          Deprecated. For internal use only
  IActionLookupSupportProxy(java.lang.Object obj)
          Deprecated.  
protected IActionLookupSupportProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IActionLookupSupportProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IActionLookupSupportProxy(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 close()
          Deprecated. Close the Action Environment.
 java.lang.String expandQuery(java.lang.String bstrQuery)
          Deprecated. Insert lookup table values into query string.
 IActionLookupSources getActionLookupSources()
          Deprecated. Lookup data sources.
 int getRefreshRate()
          Deprecated. RefreshRate for lookup tables.
 IEnumVARIANT listDataValues(java.lang.String bstrLookupTableName, java.lang.String bstrFieldName, int[] peFieldType)
          Deprecated. Retrieve list of data values from lookup table.
 IEnumBSTR listFields(java.lang.String bstrLookupTableName)
          Deprecated. Retrieve list of field names from lookup table.
 void readDataValues(java.lang.String bstrLookupTableName)
          Deprecated. Read data values from lookup table.
 void register(IActionProcessor actionProcessor)
          Deprecated. Register an Action Processor.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setRefreshRate(int pMinutes)
          Deprecated. RefreshRate for lookup tables.
 void unRegister(IActionProcessor actionProcessor)
          Deprecated. Unregister an Action Processor.
 
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

IActionLookupSupportProxy

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

IActionLookupSupportProxy

public IActionLookupSupportProxy()
Deprecated. 
For internal use only


IActionLookupSupportProxy

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

IActionLookupSupportProxy

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

IActionLookupSupportProxy

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

getActionLookupSources

public IActionLookupSources getActionLookupSources()
                                            throws java.io.IOException,
                                                   AutomationException
Deprecated. 
Lookup data sources.

Specified by:
getActionLookupSources in interface IActionLookupSupport
Returns:
A reference to a com.esri.arcgis.trackinganalyst.IActionLookupSources
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRefreshRate

public void setRefreshRate(int pMinutes)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
RefreshRate for lookup tables.

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

getRefreshRate

public int getRefreshRate()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
RefreshRate for lookup tables.

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

readDataValues

public void readDataValues(java.lang.String bstrLookupTableName)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Read data values from lookup table.

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

expandQuery

public java.lang.String expandQuery(java.lang.String bstrQuery)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Insert lookup table values into query string.

Specified by:
expandQuery in interface IActionLookupSupport
Parameters:
bstrQuery - The bstrQuery (in)
Returns:
The pExpandedQuery
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

listDataValues

public IEnumVARIANT listDataValues(java.lang.String bstrLookupTableName,
                                   java.lang.String bstrFieldName,
                                   int[] peFieldType)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Retrieve list of data values from lookup table.

Specified by:
listDataValues in interface IActionLookupSupport
Parameters:
bstrLookupTableName - The bstrLookupTableName (in)
bstrFieldName - The bstrFieldName (in)
peFieldType - A com.esri.arcgis.geodatabase.esriFieldType constant (out: use single element array)
Returns:
A reference to a com.esri.arcgis.support.ms.stdole.IEnumVARIANT
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

listFields

public IEnumBSTR listFields(java.lang.String bstrLookupTableName)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Retrieve list of field names from lookup table.

Specified by:
listFields in interface IActionLookupSupport
Parameters:
bstrLookupTableName - The bstrLookupTableName (in)
Returns:
A reference to a com.esri.arcgis.system.IEnumBSTR
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

close

public void close()
           throws java.io.IOException,
                  AutomationException
Deprecated. 
Close the Action Environment.

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

register

public void register(IActionProcessor actionProcessor)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Register an Action Processor.

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

unRegister

public void unRegister(IActionProcessor actionProcessor)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Unregister an Action Processor.

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