com.ontotext.ordi.wsmo4rdf
Interface WsmoConnection

All Superinterfaces:
Connection, DataStore, WarningAware, Wrapper, WsmoRepository
All Known Implementing Classes:
RemoteWsmoConnection, WsmoConnectionImpl

public interface WsmoConnection
extends WsmoRepository, Connection

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

evaluate

void evaluate(String query,
              QueryResultListener listener)
              throws MalformedQueryException
Invoke a query against this repository and read the results through a call-back interface.

Parameters:
query - to be evaluated
listener - is call-back interface to be used
Throws:
MalformedQueryException


Copyright © 2008. All Rights Reserved.