|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.search.SearchServer
public class SearchServer
.
| Field Summary |
|---|
| Fields inherited from interface com.esri.arcgis.system.IRequestHandler |
|---|
IID, IID46a0e2ea_3b64_4a46_bd78_88a1660f35bb, xxDummy |
| Fields inherited from interface com.esri.arcgis.system.IObjectActivate |
|---|
IID, IIDe3b78022_143e_4e61_9099_ed319ec061e7, xxDummy |
| Constructor Summary | |
|---|---|
SearchServer()
Constructs a SearchServer using ArcGIS Engine. |
|
SearchServer(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. SearchServer theSearchServer = (SearchServer) obj; |
|
| Method Summary | |
|---|---|
void |
activate()
Activates the object. |
void |
construct(IPropertySet props)
Two phase object construction. |
void |
deactivate()
Deactivates the object. |
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
String |
getConfigurationName()
Name of the server object configuration that defines the server object. |
IStringArray |
getDataSourceList()
The list of dataSource path. |
IIndexingOptions |
getIndexingOptions()
The indexing options. |
IIndexingStatus |
getIndexingStatus()
The indexing status. |
String |
getSearchIndexLocation()
Search index location. |
String |
getTypeName()
Type of the server object (MapServer or GeocodeServer). |
byte[] |
handleBinaryRequest(byte[] request)
Handles a binary request. |
byte[] |
handleBinaryRequest2(String capabilities,
byte[] request)
Handles a binary request with explicit capabilities. |
String |
handleStringRequest(String capabilities,
String request)
Handles a SOAP string request. |
int |
hashCode()
the hashcode for this object |
void |
initLogging(ILog log)
Initializes an object with a log. |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
void |
registerDataSource(IDataSourceConfiguration dataSourceConfiguration)
Register data source to index. |
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 SearchServer()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public SearchServer(Object obj)
throws IOException
SearchServer theSearchServer = (SearchServer) obj;
obj to SearchServer.
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 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 String getSearchIndexLocation()
throws IOException,
AutomationException
getSearchIndexLocation in interface ISearchServerAdminIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void construct(IPropertySet props)
throws IOException,
AutomationException
construct in interface IObjectConstructprops - A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public byte[] handleBinaryRequest(byte[] request)
throws IOException,
AutomationException
handleBinaryRequest in interface IRequestHandlerrequest - An unsigned byte (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String handleStringRequest(String capabilities,
String request)
throws IOException,
AutomationException
handleStringRequest in interface IRequestHandlercapabilities - The capabilities (in)request - The request (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public byte[] handleBinaryRequest2(String capabilities,
byte[] request)
throws IOException,
AutomationException
handleBinaryRequest2 in interface IRequestHandler2capabilities - The capabilities (in)request - An unsigned byte (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void activate()
throws IOException,
AutomationException
activate in interface IObjectActivateIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void deactivate()
throws IOException,
AutomationException
deactivate in interface IObjectActivateIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void initLogging(ILog log)
throws IOException,
AutomationException
initLogging in interface ILogSupportlog - A reference to a com.esri.arcgis.system.ILog (in)
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 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.
public String getConfigurationName()
throws IOException,
AutomationException
getConfigurationName in interface IServerObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getTypeName()
throws IOException,
AutomationException
getTypeName in interface IServerObjectIOException - 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 | ||||||||