com.bigdata.rdf.sparql.ast.service
Interface ServiceCallCreateParams


public interface ServiceCallCreateParams

Interface for the parameters used by a ServiceFactory to create a ServiceCall instance.

Version:
$Id: ServiceCallCreateParams.java 6208 2012-03-29 12:09:39Z thompsonbry $
Author:
Bryan Thompson

Method Summary
 ClientConnectionManager getClientConnectionManager()
          Return the ClientConnectionManager used to make remote SERVICE call requests.
 ServiceNode getServiceNode()
          The bigdata AST object modeling the SPARQL SERVICE clause.
 IServiceOptions getServiceOptions()
          The configuration options associated with the ServiceFactory.
 URI getServiceURI()
          The end point for which the ServiceCall will be invoked.
 AbstractTripleStore getTripleStore()
          The AbstractTripleStore against which the query is being evaluated.
 

Method Detail

getServiceURI

URI getServiceURI()
The end point for which the ServiceCall will be invoked.


getTripleStore

AbstractTripleStore getTripleStore()
The AbstractTripleStore against which the query is being evaluated.


getServiceNode

ServiceNode getServiceNode()
The bigdata AST object modeling the SPARQL SERVICE clause. This object provides access to the parsed structure of the SERVICE graph pattern and the original text image of the graph pattern (assuming that it was generated by parsing a SPARQL query). The ServiceFactory can use this information to interpret the ServiceCall invocation context.


getClientConnectionManager

ClientConnectionManager getClientConnectionManager()
Return the ClientConnectionManager used to make remote SERVICE call requests.


getServiceOptions

IServiceOptions getServiceOptions()
The configuration options associated with the ServiceFactory.



Copyright © 2006-2012 SYSTAP, LLC. All Rights Reserved.