com.esri.arcgis.search
Class IIndexingStatusProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.search.IIndexingStatusProxy
All Implemented Interfaces:
IIndexingStatus, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to indexing status.' 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 IIndexingStatusProxy
extends com.esri.arcgis.interop.Dispatch
implements IIndexingStatus, 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.IIndexingStatus
IID, IID3aed1cd7_b3e8_446b_81b3_f35c466994db
 
Constructor Summary
  IIndexingStatusProxy()
          Deprecated. For internal use only
  IIndexingStatusProxy(java.lang.Object obj)
          Deprecated.  
protected IIndexingStatusProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IIndexingStatusProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IIndexingStatusProxy(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.  
 int getIndexingType()
          Deprecated. Indicates the indexing type.
 int getItemsIndexed()
          Deprecated. Indicators whether items are indexed.
 java.lang.String getNextFullIndexingStartTime()
          Deprecated. Next Full indexing start time.
 java.lang.String getNextIncrementalIndexingStartTime()
          Deprecated. Next Incremetal indexing start time.
 int getNextIndexingType()
          Deprecated. Indicates next indexing type.
 java.lang.String getStartTime()
          Deprecated. Index start time.
 int getTimeUsed()
          Deprecated. Time used for indexing.
 boolean isRunning()
          Deprecated. Indicates if the index tasks is running.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setIndexingType(int indexingType)
          Deprecated. Indicates the indexing type.
 void setIsRunning(boolean pValid)
          Deprecated. Indicates if the index tasks is running.
 void setItemsIndexed(int itemsIndexed)
          Deprecated. Indicators whether items are indexed.
 void setNextFullIndexingStartTime(java.lang.String nextFullIndexingStartTime)
          Deprecated. Next Full indexing start time.
 void setNextIncrementalIndexingStartTime(java.lang.String nextIncremetalIndexingStartTime)
          Deprecated. Next Incremetal indexing start time.
 void setNextIndexingType(int indexingType)
          Deprecated. Indicates next indexing type.
 void setStartTime(java.lang.String startTime)
          Deprecated. Index start time.
 void setTimeUsed(int timeUsed)
          Deprecated. Time used for indexing.
 
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

IIndexingStatusProxy

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

IIndexingStatusProxy

public IIndexingStatusProxy()
Deprecated. 
For internal use only


IIndexingStatusProxy

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

IIndexingStatusProxy

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

IIndexingStatusProxy

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

getIndexingType

public int getIndexingType()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Indicates the indexing type.

Specified by:
getIndexingType in interface IIndexingStatus
Returns:
A com.esri.arcgis.search.esriIndexingType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIndexingType

public void setIndexingType(int indexingType)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates the indexing type.

Specified by:
setIndexingType in interface IIndexingStatus
Parameters:
indexingType - A com.esri.arcgis.search.esriIndexingType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isRunning

public boolean isRunning()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Indicates if the index tasks is running.

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

setIsRunning

public void setIsRunning(boolean pValid)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Indicates if the index tasks is running.

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

getStartTime

public java.lang.String getStartTime()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Index start time.

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

setStartTime

public void setStartTime(java.lang.String startTime)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Index start time.

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

getTimeUsed

public int getTimeUsed()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Time used for indexing.

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

setTimeUsed

public void setTimeUsed(int timeUsed)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Time used for indexing.

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

setItemsIndexed

public void setItemsIndexed(int itemsIndexed)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicators whether items are indexed.

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

getItemsIndexed

public int getItemsIndexed()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Indicators whether items are indexed.

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

getNextFullIndexingStartTime

public java.lang.String getNextFullIndexingStartTime()
                                              throws java.io.IOException,
                                                     AutomationException
Deprecated. 
Next Full indexing start time.

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

setNextFullIndexingStartTime

public void setNextFullIndexingStartTime(java.lang.String nextFullIndexingStartTime)
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
Next Full indexing start time.

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

getNextIncrementalIndexingStartTime

public java.lang.String getNextIncrementalIndexingStartTime()
                                                     throws java.io.IOException,
                                                            AutomationException
Deprecated. 
Next Incremetal indexing start time.

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

setNextIncrementalIndexingStartTime

public void setNextIncrementalIndexingStartTime(java.lang.String nextIncremetalIndexingStartTime)
                                         throws java.io.IOException,
                                                AutomationException
Deprecated. 
Next Incremetal indexing start time.

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

getNextIndexingType

public int getNextIndexingType()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Indicates next indexing type.

Specified by:
getNextIndexingType in interface IIndexingStatus
Returns:
A com.esri.arcgis.search.esriIndexingType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNextIndexingType

public void setNextIndexingType(int indexingType)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates next indexing type.

Specified by:
setNextIndexingType in interface IIndexingStatus
Parameters:
indexingType - A com.esri.arcgis.search.esriIndexingType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.