com.esri.arcgis.search
Class IDataSourceConfiguration2Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.search.IDataSourceConfigurationProxy
          extended by com.esri.arcgis.search.IDataSourceConfiguration2Proxy
All Implemented Interfaces:
IDataSourceConfiguration, IDataSourceConfiguration2, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IDataSourceConfiguration2'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriSearch.tlb'

Description: 'Provides access to data source configuration.' 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 IDataSourceConfiguration2Proxy
extends IDataSourceConfigurationProxy
implements IDataSourceConfiguration2, 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.search.IDataSourceConfiguration2
IID, IIDa1ca9d07_71b5_4d6b_b6fa_663345fbc4fe
 
Fields inherited from interface com.esri.arcgis.search.IDataSourceConfiguration
IIDcc8f1331_2bf5_4cad_b30c_ffcb95eb96b0
 
Constructor Summary
  IDataSourceConfiguration2Proxy()
          Deprecated. For internal use only
  IDataSourceConfiguration2Proxy(java.lang.Object obj)
          Deprecated.  
protected IDataSourceConfiguration2Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IDataSourceConfiguration2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IDataSourceConfiguration2Proxy(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.  
 boolean isSkipConnections()
          Deprecated. Indicates whether to skip connection files (sde, ags, wcs, wms, etc) copied to non-default locations.
 boolean isSkipMosaicItems()
          Deprecated. Indicates whether to skip mosaic dataset items when indexing.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setSkipConnections(boolean pSkipConnections)
          Deprecated. Indicates whether to skip connection files (sde, ags, wcs, wms, etc) copied to non-default locations.
 void setSkipMosaicItems(boolean pSkipMosaicItems)
          Deprecated. Indicates whether to skip mosaic dataset items when indexing.
 
Methods inherited from class com.esri.arcgis.search.IDataSourceConfigurationProxy
getPath, getRepeatInterval, getStartTime, getType, isRecursive, isReplaceItems, setPath, setRecursive, setRepeatInterval, setReplaceItems, setStartTime, setType
 
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
 
Methods inherited from interface com.esri.arcgis.search.IDataSourceConfiguration
getPath, getRepeatInterval, getStartTime, getType, isRecursive, isReplaceItems, setPath, setRecursive, setRepeatInterval, setReplaceItems, setStartTime, setType
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IDataSourceConfiguration2Proxy

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

IDataSourceConfiguration2Proxy

public IDataSourceConfiguration2Proxy()
Deprecated. 
For internal use only


IDataSourceConfiguration2Proxy

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

IDataSourceConfiguration2Proxy

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

IDataSourceConfiguration2Proxy

protected IDataSourceConfiguration2Proxy(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 IDataSourceConfigurationProxy
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 IDataSourceConfigurationProxy
Throws:
java.io.IOException

isSkipConnections

public boolean isSkipConnections()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Indicates whether to skip connection files (sde, ags, wcs, wms, etc) copied to non-default locations.

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

setSkipConnections

public void setSkipConnections(boolean pSkipConnections)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Indicates whether to skip connection files (sde, ags, wcs, wms, etc) copied to non-default locations.

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

isSkipMosaicItems

public boolean isSkipMosaicItems()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Indicates whether to skip mosaic dataset items when indexing.

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

setSkipMosaicItems

public void setSkipMosaicItems(boolean pSkipMosaicItems)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Indicates whether to skip mosaic dataset items when indexing.

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