Novell exteNd
Director 5.2 API

com.sssw.search.api
Interface EbiDelegateConstants

All Known Implementing Classes:
EboFactory

public interface EbiDelegateConstants

This interface contains constants for the Search Service delegates.


Field Summary
static String DATA_FETCHER
          The Data Fetcher identifier.
static String DATA_FETCHER_DELEGATE
          The Data Fetcher delegate identifier.
static String QUERY_ENGINE
          The Query Engine identifier.
static String QUERY_ENGINE_DELEGATE
          The Query Engine delegate identifier.
 

Field Detail

QUERY_ENGINE

public static final String QUERY_ENGINE
The Query Engine identifier.

QUERY_ENGINE_DELEGATE

public static final String QUERY_ENGINE_DELEGATE
The Query Engine delegate identifier.

DATA_FETCHER

public static final String DATA_FETCHER
The Data Fetcher identifier.

DATA_FETCHER_DELEGATE

public static final String DATA_FETCHER_DELEGATE
The Data Fetcher delegate identifier.

Novell exteNd
Director 5.2 API