|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.search.SearchServerIP
public class SearchServerIP
Search Server Message Proxy.
| Constructor Summary | |
|---|---|
SearchServerIP()
Constructs a SearchServerIP using ArcGIS Engine. |
|
SearchServerIP(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. SearchServerIP theSearchServerIP = (SearchServerIP) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
IStringArray |
getDataSourceList()
The list of dataSource path. |
IName |
getFullName()
The AGSServerConnectionName object associated with the server object. |
int |
getHttpTimeout()
The maximum time in seconds to wait for a response from the server (Internet only). |
IIndexingOptions |
getIndexingOptions()
The indexing options. |
IIndexingStatus |
getIndexingStatus()
The indexing status. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
void |
registerDataSource(IDataSourceConfiguration dataSourceConfiguration)
Register data source to index. |
void |
setHttpTimeout(int secs)
The maximum time in seconds to wait for a response from the server (Internet only). |
void |
setIndexingOptions(IIndexingOptions pIndexingOptions)
The indexing options. |
void |
unregisterDataSource(String path)
Unregister Data Source. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public SearchServerIP()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public SearchServerIP(Object obj)
throws IOException
SearchServerIP theSearchServerIP = (SearchServerIP) obj;
obj to SearchServerIP.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public IName getFullName()
throws IOException,
AutomationException
getFullName in interface IAGSServerObject2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHttpTimeout(int secs)
throws IOException,
AutomationException
setHttpTimeout in interface IAGSServerObject2secs - The secs (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getHttpTimeout()
throws IOException,
AutomationException
getHttpTimeout in interface IAGSServerObject2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void registerDataSource(IDataSourceConfiguration dataSourceConfiguration)
throws IOException,
AutomationException
registerDataSource in interface ISearchServerdataSourceConfiguration - A reference to a com.esri.arcgis.search.IDataSourceConfiguration (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void unregisterDataSource(String path)
throws IOException,
AutomationException
unregisterDataSource in interface ISearchServerpath - The path (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IStringArray getDataSourceList()
throws IOException,
AutomationException
getDataSourceList in interface ISearchServerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IIndexingOptions getIndexingOptions()
throws IOException,
AutomationException
getIndexingOptions in interface ISearchServerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIndexingOptions(IIndexingOptions pIndexingOptions)
throws IOException,
AutomationException
setIndexingOptions in interface ISearchServerpIndexingOptions - A reference to a com.esri.arcgis.search.IIndexingOptions (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IIndexingStatus getIndexingStatus()
throws IOException,
AutomationException
getIndexingStatus in interface ISearchServerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void interfaceSupportsErrorInfo(GUID riid)
throws IOException,
AutomationException
Indicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
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 | ||||||||