Novell exteNd
Director 5.2 API

com.sssw.search.factory
Class EboFactory

java.lang.Object
 |
 +--com.sssw.search.factory.EboFactory
All Implemented Interfaces:
Serializable

public class EboFactory
extends Object
implements Serializable

This is the factory class that is used for instantiating objects used by the Search subsystem.

See Also:
Serialized Form

Constructor Summary
EboFactory()
           
 
Method Summary
static EbiDataFetcher getDataFetcher(String qualifier)
          Get the Data Fetcher object.
static EbiQuery getQuery()
          Get a Query object.
static EbiQueryEngine getQueryEngine()
          Get the Query Engine object.
static EbiQueryEngine getQueryEngine(String qualifier)
          Get the Query Engine object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EboFactory

public EboFactory()
Method Detail

getQueryEngine

public static EbiQueryEngine getQueryEngine()
                                     throws EboFactoryException
Get the Query Engine object.
Returns:
a Query Engine object

getQueryEngine

public static EbiQueryEngine getQueryEngine(String qualifier)
                                     throws EboFactoryException
Get the Query Engine object.
Parameters:
qualifier - provides contextual information to the Query Engine
Returns:
a Query Engine object

getDataFetcher

public static EbiDataFetcher getDataFetcher(String qualifier)
                                     throws EboFactoryException
Get the Data Fetcher object.
Parameters:
qualifier - tells which Data Fetcher to get
Returns:
a Data Fetcher object

getQuery

public static EbiQuery getQuery()
                         throws EboFactoryException
Get a Query object.
Returns:
a Query object

Novell exteNd
Director 5.2 API