|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WsmoConnection
WSMO repository with query evaluation support.
| Method Summary | |
|---|---|
void |
evaluate(String query,
QueryResultListener listener)
Invoke a query against this repository and read the results through a call-back interface. |
| Methods inherited from interface org.wsmo.datastore.WsmoRepository |
|---|
addGoal, addMediator, addOntology, addWebService, deleteGoal, deleteMediator, deleteOntology, deleteWebService, getDescription, getGoal, getMediator, getOntology, getVersion, getWebService, listGoals, listMediators, listOntologies, listWebServices, saveGoal, saveMediator, saveOntology, saveWebService, setDescription |
| Methods inherited from interface org.wsmo.datastore.DataStore |
|---|
load, load, remove, remove, save |
| Methods inherited from interface com.ontotext.ordi.Connection |
|---|
close, commit, getDataSource, getTransactionIsolationLevel, isAutoCommit, isOpen, isReadOnly, rollback, setAutoCommit, setTransactionIsolationLevel |
| Methods inherited from interface com.ontotext.ordi.Wrapper |
|---|
isWrapperFor, unwrap |
| Methods inherited from interface com.ontotext.ordi.WarningAware |
|---|
clearWarnings, getWarning |
| Method Detail |
|---|
void evaluate(String query,
QueryResultListener listener)
throws MalformedQueryException
query - to be evaluatedlistener - is call-back interface to be used
MalformedQueryException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||