org.xnap.plugin.jtella
Class JTellaSearch

java.lang.Object
  extended by org.xnap.search.AbstractSearch
      extended by org.xnap.plugin.jtella.JTellaSearch
All Implemented Interfaces:
Search

public class JTellaSearch
extends AbstractSearch

Implements a jtella search session.


Constructor Summary
JTellaSearch(SearchFilter filter)
           
 
Method Summary
 java.lang.String getStatus()
          Returns a string that describes the current status.
 boolean isDone()
          Returns true, if this search can not be canceled.
 void start(SearchHandler handler)
          Starts this search.
 void stop()
          Cancels this search.
 
Methods inherited from class org.xnap.search.AbstractSearch
getActions, getFilter, getName, showTree
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JTellaSearch

public JTellaSearch(SearchFilter filter)
Method Detail

getStatus

public java.lang.String getStatus()
Returns a string that describes the current status.


isDone

public boolean isDone()
Returns true, if this search can not be canceled.


start

public void start(SearchHandler handler)
Starts this search.

Parameters:
handler - the object that handles the results

stop

public void stop()
Cancels this search.



Copyright © 2001-2005 XNap Team. All Rights Reserved.