com.raritantechnologies.federated
Interface IFederatedQueryProcessor

All Known Implementing Classes:
FederatedQueryProcessor, PagingFederatedSearch

public interface IFederatedQueryProcessor


Field Summary
static int FULL_RESULTS
           
static int NO_RESULTS
           
static int PARTIAL_RESULTS
           
 
Method Summary
 IResultSet getCurrentResults()
           
 int getResultState()
           
 

Field Detail

NO_RESULTS

public static final int NO_RESULTS
See Also:
Constant Field Values

PARTIAL_RESULTS

public static final int PARTIAL_RESULTS
See Also:
Constant Field Values

FULL_RESULTS

public static final int FULL_RESULTS
See Also:
Constant Field Values
Method Detail

getCurrentResults

public IResultSet getCurrentResults()

getResultState

public int getResultState()