|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 problemspublic 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 problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public IName getFullName() throws IOException, AutomationException
getFullName
in interface IAGSServerObject2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHttpTimeout(int secs) throws IOException, AutomationException
setHttpTimeout
in interface IAGSServerObject2
secs
- 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 IAGSServerObject2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void registerDataSource(IDataSourceConfiguration dataSourceConfiguration) throws IOException, AutomationException
registerDataSource
in interface ISearchServer
dataSourceConfiguration
- 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 ISearchServer
path
- 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 ISearchServer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IIndexingOptions getIndexingOptions() throws IOException, AutomationException
getIndexingOptions
in interface ISearchServer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setIndexingOptions(IIndexingOptions pIndexingOptions) throws IOException, AutomationException
setIndexingOptions
in interface ISearchServer
pIndexingOptions
- 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 ISearchServer
IOException
- 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 ISupportErrorInfo
riid
- 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 |