|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.aduna.infosource.query.TableResultAdapter
public class TableResultAdapter
| Constructor Summary | |
|---|---|
TableResultAdapter()
|
|
| Method Summary | |
|---|---|
void |
bindingNames(List<String> names)
Notifies the binding names to be used, in the order in which they appear in the query header. |
void |
finishedEvaluation()
Send when the evaluation proces is finished. |
void |
finishedQuerying(org.openrdf.repository.Repository repository)
Reports that the specified Repository has produced all its results. |
void |
process(org.openrdf.query.BindingSet bindings,
org.openrdf.repository.Repository origin)
Reports the specified BindingSet originating from the specified Repository. |
void |
querying(org.openrdf.repository.Repository repository)
Indicates that the QueryEvaluator has started querying the specified Repository. |
void |
startingEvaluation(int nrRepositories)
Indicates that the QueryEvaluator is starting evaluation of its Query. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TableResultAdapter()
| Method Detail |
|---|
public void startingEvaluation(int nrRepositories)
ResultListener
startingEvaluation in interface ResultListenerpublic void querying(org.openrdf.repository.Repository repository)
ResultListener
querying in interface ResultListenerpublic void bindingNames(List<String> names)
TableResultListener
bindingNames in interface TableResultListener
public void process(org.openrdf.query.BindingSet bindings,
org.openrdf.repository.Repository origin)
TableResultListener
process in interface TableResultListenerpublic void finishedQuerying(org.openrdf.repository.Repository repository)
ResultListener
finishedQuerying in interface ResultListenerpublic void finishedEvaluation()
ResultListener
finishedEvaluation in interface ResultListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||