org.openanzo.endpoint.sparql
Class QueryEngine

java.lang.Object
  extended by org.openanzo.endpoint.sparql.QueryEngine

public class QueryEngine
extends java.lang.Object


Constructor Summary
QueryEngine()
           
 
Method Summary
 QueryResult executeQuery(Query query)
           
 QueryEngineConfig extractConfig(java.lang.Object configObject)
           
 Query extractQuery(java.lang.Object obj)
           
 void init(QueryEngineConfig config)
           
 void postQuery(Query query)
           
 void preQuery(Query query)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryEngine

public QueryEngine()
Method Detail

init

public void init(QueryEngineConfig config)

extractConfig

public QueryEngineConfig extractConfig(java.lang.Object configObject)

extractQuery

public Query extractQuery(java.lang.Object obj)
                   throws EndpointException
Throws:
EndpointException

executeQuery

public QueryResult executeQuery(Query query)
                         throws EndpointException
Throws:
EndpointException

postQuery

public void postQuery(Query query)
               throws EndpointException
Throws:
EndpointException

preQuery

public void preQuery(Query query)
              throws EndpointException
Throws:
EndpointException


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.