gov.nih.nci.common.remote.rmi
Class RMISearchCriteriaHandlerProxy
java.lang.Object
gov.nih.nci.common.remote.rmi.RMISearchCriteriaHandlerProxy
- All Implemented Interfaces:
- Directable, SearchCriteriaHandler, java.io.Serializable
public class RMISearchCriteriaHandlerProxy
- extends java.lang.Object
- implements SearchCriteriaHandler, Directable, java.io.Serializable
- Author:
- Joshua Phillips
- See Also:
- Serialized Form
|
Method Summary |
void |
direct(java.lang.String searchLocation)
|
protected java.lang.String |
getDefaultServerURL()
|
java.lang.String |
getSearchLocation()
|
static void |
main(java.lang.String[] args)
|
gov.nih.nci.common.search.SearchResult |
search(gov.nih.nci.common.search.SearchCriteria sc)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_server
protected static RMISearchCriteriaHandlerRemoteIF _server
_searchLocation
protected java.lang.String _searchLocation
RMISearchCriteriaHandlerProxy
public RMISearchCriteriaHandlerProxy()
getDefaultServerURL
protected java.lang.String getDefaultServerURL()
search
public gov.nih.nci.common.search.SearchResult search(gov.nih.nci.common.search.SearchCriteria sc)
throws gov.nih.nci.common.search.SearchException
- Specified by:
search in interface SearchCriteriaHandler
- Throws:
gov.nih.nci.common.search.SearchException
getSearchLocation
public java.lang.String getSearchLocation()
- Returns:
direct
public void direct(java.lang.String searchLocation)
- Specified by:
direct in interface Directable
main
public static void main(java.lang.String[] args)