RSE
Release 1.0

org.eclipse.rse.subsystems.files.dstore.old
Class UniversalSearchResultConfigurationImpl

java.lang.Object
  extended byorg.eclipse.rse.subsystems.files.core.subsystems.RemoteSearchResultConfiguration
      extended byorg.eclipse.rse.subsystems.files.dstore.old.UniversalSearchResultConfigurationImpl
All Implemented Interfaces:
IHostSearchConstants, IHostSearchResultConfiguration

public class UniversalSearchResultConfigurationImpl
extends RemoteSearchResultConfiguration


Field Summary
protected  org.eclipse.dstore.core.model.DataElement statusObject
           
 
Fields inherited from class org.eclipse.rse.subsystems.files.core.subsystems.RemoteSearchResultConfiguration
_containedResults, _searchHandler, parentResultSet, results, searchString, searchTarget, status
 
Fields inherited from interface org.eclipse.rse.services.search.IHostSearchConstants
CANCELLED, DISCONNECTED, FINISHED, RUNNING
 
Constructor Summary
UniversalSearchResultConfigurationImpl(IHostSearchResultSet resultSet, Object searchObject, SystemSearchString string)
          Constructor to create a universal search result configuration.
 
Method Summary
 void cancel()
          Does nothing.
 org.eclipse.dstore.core.model.DataElement getStatusObject()
           
 void setStatusObject(org.eclipse.dstore.core.model.DataElement statusObject)
           
 
Methods inherited from class org.eclipse.rse.subsystems.files.core.subsystems.RemoteSearchResultConfiguration
addResult, addResults, dispose, getContainedResults, getParentResultSet, getResults, getResultsSize, getSearchHandler, getSearchString, getSearchTarget, getStatus, removeAndAddResult, removeResult, removeResults, setParentResultSet, setSearchHandler, setSearchString, setSearchTarget, setStatus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

statusObject

protected org.eclipse.dstore.core.model.DataElement statusObject
Constructor Detail

UniversalSearchResultConfigurationImpl

public UniversalSearchResultConfigurationImpl(IHostSearchResultSet resultSet,
                                              Object searchObject,
                                              SystemSearchString string)
Constructor to create a universal search result configuration.

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

setStatusObject

public void setStatusObject(org.eclipse.dstore.core.model.DataElement statusObject)

getStatusObject

public org.eclipse.dstore.core.model.DataElement getStatusObject()

cancel

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

Specified by:
cancel in interface IHostSearchResultConfiguration
Overrides:
cancel in class RemoteSearchResultConfiguration
See Also:
IHostSearchResultConfiguration.cancel()

RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.