com.esri.arcgis.search
Interface IGPMultithreadedItemIndexer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPItemIndexer, IGPMultithreadedItemIndexerProxy

public interface IGPMultithreadedItemIndexer
extends java.io.Serializable

COM Interface 'IGPMultithreadedItemIndexer'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriSearch.tlb'

Description: 'Provides access to multithreaded GP Indexer.' 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 IIDdb185959_c37d_4b82_a6d4_cdde04c8373b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IName getServerObjectName()
          The ArcGIS server object to perform index creation.
 int getThreadCount()
          The number of instances for index creation.
 void indexItems(IStringArray pPaths, boolean replaceIndex, boolean recursive, java.lang.String indexPath, ITrackCancel pTrackCancel)
          Indexes items from an array of data sources.
 void setServerObjectNameByRef(IName ppName)
          The ArcGIS server object to perform index creation.
 void setThreadCount(int pThreadCount)
          The number of instances for index creation.
 

Field Detail

IIDdb185959_c37d_4b82_a6d4_cdde04c8373b

static final int IIDdb185959_c37d_4b82_a6d4_cdde04c8373b
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getThreadCount

int getThreadCount()
                   throws java.io.IOException,
                          AutomationException
The number of instances for index creation.

Returns:
The pThreadCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setThreadCount

void setThreadCount(int pThreadCount)
                    throws java.io.IOException,
                           AutomationException
The number of instances for index creation.

Parameters:
pThreadCount - The pThreadCount (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getServerObjectName

IName getServerObjectName()
                          throws java.io.IOException,
                                 AutomationException
The ArcGIS server object to perform index creation.

Returns:
A reference to a com.esri.arcgis.system.IName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setServerObjectNameByRef

void setServerObjectNameByRef(IName ppName)
                              throws java.io.IOException,
                                     AutomationException
The ArcGIS server object to perform index creation.

Parameters:
ppName - A reference to a com.esri.arcgis.system.IName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

indexItems

void indexItems(IStringArray pPaths,
                boolean replaceIndex,
                boolean recursive,
                java.lang.String indexPath,
                ITrackCancel pTrackCancel)
                throws java.io.IOException,
                       AutomationException
Indexes items from an array of data sources.

Parameters:
pPaths - A reference to a com.esri.arcgis.system.IStringArray (in)
replaceIndex - The replaceIndex (in)
recursive - The recursive (in)
indexPath - The indexPath (in)
pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.