Remote Systems
v6.4.1

com.ibm.etools.systems.localfilesubsys.impl
Class LocalSearchResultConfigurationImpl

java.lang.Object
  extended bycom.ibm.etools.systems.subsystems.impl.RemoteSearchResultConfigurationImpl
      extended bycom.ibm.etools.systems.localfilesubsys.impl.LocalSearchResultConfigurationImpl
All Implemented Interfaces:
IRemoteSearchConstants, IRemoteSearchResultConfiguration

public class LocalSearchResultConfigurationImpl
extends RemoteSearchResultConfigurationImpl


Field Summary
protected  LocalSearchHandler searchHandler
           
 
Fields inherited from class com.ibm.etools.systems.subsystems.impl.RemoteSearchResultConfigurationImpl
parentResultSet, results, searchString, searchTarget, status
 
Fields inherited from interface com.ibm.etools.systems.subsystems.IRemoteSearchConstants
CANCELLED, DISCONNECTED, FINISHED, RUNNING
 
Constructor Summary
LocalSearchResultConfigurationImpl(IRemoteSearchResultSet resultSet, Object searchObject, SystemSearchString string)
          Constructor to create a local search result configuration.
 
Method Summary
 void cancel()
          Does nothing.
 LocalSearchHandler getSearchHandler()
          Gets the search handler.
 void setSearchHandler(LocalSearchHandler searchHandler)
          Sets the search handler.
 
Methods inherited from class com.ibm.etools.systems.subsystems.impl.RemoteSearchResultConfigurationImpl
addResult, dispose, getParentResultSet, getResults, getResultsSize, getSearchString, getSearchTarget, getStatus, removeAndAddResult, removeResult, removeResults, setParentResultSet, setSearchString, setSearchTarget, setStatus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

searchHandler

protected LocalSearchHandler searchHandler
Constructor Detail

LocalSearchResultConfigurationImpl

public LocalSearchResultConfigurationImpl(IRemoteSearchResultSet resultSet,
                                          Object searchObject,
                                          SystemSearchString string)
Constructor to create a local search result configuration.

Parameters:
resultSet - the parent result set.
searchObject - the search target.
string - the search string.
Method Detail

setSearchHandler

public void setSearchHandler(LocalSearchHandler searchHandler)
Sets the search handler.

Parameters:
searchHandler - the search handler.

getSearchHandler

public LocalSearchHandler getSearchHandler()
Gets the search handler.

Returns:
the search handler.

cancel

public void cancel()
Description copied from class: RemoteSearchResultConfigurationImpl
Does nothing.

Specified by:
cancel in interface IRemoteSearchResultConfiguration
Overrides:
cancel in class RemoteSearchResultConfigurationImpl
See Also:
IRemoteSearchResultConfiguration.cancel()

Remote Systems
v6.4.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.