|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.search.IIndexingStatusProxy
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
Internal use class
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 |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IIndexingStatusProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IIndexingStatusProxy()
public IIndexingStatusProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IIndexingStatusProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IIndexingStatusProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public int getIndexingType() throws java.io.IOException, AutomationException
getIndexingType
in interface IIndexingStatus
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setIndexingType(int indexingType) throws java.io.IOException, AutomationException
setIndexingType
in interface IIndexingStatus
indexingType
- A com.esri.arcgis.search.esriIndexingType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isRunning() throws java.io.IOException, AutomationException
isRunning
in interface IIndexingStatus
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setIsRunning(boolean pValid) throws java.io.IOException, AutomationException
setIsRunning
in interface IIndexingStatus
pValid
- The pValid (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getStartTime() throws java.io.IOException, AutomationException
getStartTime
in interface IIndexingStatus
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setStartTime(java.lang.String startTime) throws java.io.IOException, AutomationException
setStartTime
in interface IIndexingStatus
startTime
- The startTime (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getTimeUsed() throws java.io.IOException, AutomationException
getTimeUsed
in interface IIndexingStatus
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTimeUsed(int timeUsed) throws java.io.IOException, AutomationException
setTimeUsed
in interface IIndexingStatus
timeUsed
- The timeUsed (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setItemsIndexed(int itemsIndexed) throws java.io.IOException, AutomationException
setItemsIndexed
in interface IIndexingStatus
itemsIndexed
- The itemsIndexed (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getItemsIndexed() throws java.io.IOException, AutomationException
getItemsIndexed
in interface IIndexingStatus
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getNextFullIndexingStartTime() throws java.io.IOException, AutomationException
getNextFullIndexingStartTime
in interface IIndexingStatus
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setNextFullIndexingStartTime(java.lang.String nextFullIndexingStartTime) throws java.io.IOException, AutomationException
setNextFullIndexingStartTime
in interface IIndexingStatus
nextFullIndexingStartTime
- The nextFullIndexingStartTime (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getNextIncrementalIndexingStartTime() throws java.io.IOException, AutomationException
getNextIncrementalIndexingStartTime
in interface IIndexingStatus
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setNextIncrementalIndexingStartTime(java.lang.String nextIncremetalIndexingStartTime) throws java.io.IOException, AutomationException
setNextIncrementalIndexingStartTime
in interface IIndexingStatus
nextIncremetalIndexingStartTime
- The nextIncremetalIndexingStartTime (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getNextIndexingType() throws java.io.IOException, AutomationException
getNextIndexingType
in interface IIndexingStatus
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setNextIndexingType(int indexingType) throws java.io.IOException, AutomationException
setNextIndexingType
in interface IIndexingStatus
indexingType
- A com.esri.arcgis.search.esriIndexingType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |