|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.control.rest.search.DistributedSearchDispatcher
public class DistributedSearchDispatcher
The Class DistributedSearch.
Constructor Summary | |
---|---|
DistributedSearchDispatcher()
Default constructor. |
Method Summary | |
---|---|
void |
addActionListener(ISearchListener listener)
Adds the action listener. |
SearchContext |
getSearchContext()
Gets the search context. |
static void |
main(String[] args)
Main unit test method. |
void |
removeActionListener(ISearchListener listener)
Removes the action listener. |
void |
search()
Searches the endpoints. |
void |
setSearchContext(SearchContext searchContext)
Sets the search context. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DistributedSearchDispatcher()
Method Detail |
---|
public static void main(String[] args)
args
- startup argumentspublic SearchContext getSearchContext()
public void setSearchContext(SearchContext searchContext)
searchContext
- the search contextpublic void addActionListener(ISearchListener listener)
listener
- the listenerpublic void removeActionListener(ISearchListener listener)
listener
- the listenerpublic void search() throws Exception
Exception
- the exception
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |