Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
E
G
H
I
J
N
Q
R
S
T
U
A
abort()
- Method in class com.hp.hpl.jena.joseki.
QueryEngineHTTP
Stop in mid execution.
add(Model)
- Method in class com.hp.hpl.jena.joseki.
HttpAdd
Accumulate statements to be added when the operations is executed
add(Statement)
- Method in class com.hp.hpl.jena.joseki.
HttpAdd
Accumulate statements to be added when the operations is executed
addParam(String, String)
- Method in class com.hp.hpl.jena.joseki.
HttpQuery
Add a parameter to the operation
addParam(String)
- Method in class com.hp.hpl.jena.joseki.
HttpQuery
Add a parameter to operation (no value associated with the name)
C
close()
- Method in class com.hp.hpl.jena.joseki.
QueryEngineHTTP
Normal end of use of this execution
com.hp.hpl.jena.joseki
- package com.hp.hpl.jena.joseki
E
exec()
- Method in class com.hp.hpl.jena.joseki.
HttpExecute
exec()
- Method in class com.hp.hpl.jena.joseki.
HttpQuery
Execute the operation
exec(ResultBinding)
- Method in class com.hp.hpl.jena.joseki.
QueryEngineHTTP
exec()
- Method in class com.hp.hpl.jena.joseki.
QueryEngineHTTP
G
getHttpQuery()
- Method in class com.hp.hpl.jena.joseki.
QueryEngineHTTP
getModel()
- Method in class com.hp.hpl.jena.joseki.
HttpExecuteModel
getResponseCode()
- Method in class com.hp.hpl.jena.joseki.
HttpException
The code for the reason for this exception
getResponseCode()
- Method in class com.hp.hpl.jena.joseki.
HttpQuery
Return the results from the last execution
getResponseMessage()
- Method in class com.hp.hpl.jena.joseki.
HttpException
The messge for the reason for this exception
getResponseMessage()
- Method in class com.hp.hpl.jena.joseki.
HttpQuery
Return the results from the last execution
getResultModel()
- Method in class com.hp.hpl.jena.joseki.
QueryEngineHTTP
Get the last result model
H
HttpAdd
- class com.hp.hpl.jena.joseki.
HttpAdd
.
Add statements to a remote model.
HttpAdd(URL)
- Constructor for class com.hp.hpl.jena.joseki.
HttpAdd
Create an operation for adding statements to a remote model
HttpAdd(String)
- Constructor for class com.hp.hpl.jena.joseki.
HttpAdd
Create an operation for adding statements to a remote model
HttpException
- exception com.hp.hpl.jena.joseki.
HttpException
.
Exception class for all operations in the Joseki client library.
HttpException(int, String)
- Constructor for class com.hp.hpl.jena.joseki.
HttpException
Constructor for HttpException.
HttpException(int)
- Constructor for class com.hp.hpl.jena.joseki.
HttpException
Constructor for HttpException.
HttpException(Throwable)
- Constructor for class com.hp.hpl.jena.joseki.
HttpException
Constructor for HttpException used for some unexpected execution error.
HttpException(String, Throwable)
- Constructor for class com.hp.hpl.jena.joseki.
HttpException
HttpExecute
- class com.hp.hpl.jena.joseki.
HttpExecute
.
Common code for performing an HTTP operation (not query) on a remote model.
HttpExecuteModel
- class com.hp.hpl.jena.joseki.
HttpExecuteModel
.
Common code for performing an HTTP operation which takes a single model as argument.
HttpFetch
- class com.hp.hpl.jena.joseki.
HttpFetch
.
Execution object for a "fetch" over HTTP.
HttpFetch(String, Resource)
- Constructor for class com.hp.hpl.jena.joseki.
HttpFetch
Perform a fetch operation in the named model on the named resource.
HttpFetch(String, String)
- Constructor for class com.hp.hpl.jena.joseki.
HttpFetch
Perform a fetch operation in the named model on the named resource
HttpFetch(String, Property, RDFNode)
- Constructor for class com.hp.hpl.jena.joseki.
HttpFetch
Perform a fetch on a resource identified by predicate and value.
HttpFetch(String, String, String, boolean)
- Constructor for class com.hp.hpl.jena.joseki.
HttpFetch
Perform a fetch on a resource identified by predciate and value.
HttpOptions
- class com.hp.hpl.jena.joseki.
HttpOptions
.
Create an execution object for performing an HTTP OPTIONS operation.
HttpOptions(URL)
- Constructor for class com.hp.hpl.jena.joseki.
HttpOptions
HttpOptions(String)
- Constructor for class com.hp.hpl.jena.joseki.
HttpOptions
HttpPing
- class com.hp.hpl.jena.joseki.
HttpPing
.
Ping a remote model.
HttpPing(URL)
- Constructor for class com.hp.hpl.jena.joseki.
HttpPing
HttpPing(String)
- Constructor for class com.hp.hpl.jena.joseki.
HttpPing
HttpQuery
- class com.hp.hpl.jena.joseki.
HttpQuery
.
Create an execution object for performing a query on a model over HTTP.
HttpQuery(String)
- Constructor for class com.hp.hpl.jena.joseki.
HttpQuery
Create a execution object for a whole model GET
HttpQuery(URL)
- Constructor for class com.hp.hpl.jena.joseki.
HttpQuery
Create a execution object for a whole model GET
HttpQuery(URL, String)
- Constructor for class com.hp.hpl.jena.joseki.
HttpQuery
Create a execution object for a query.
HttpQuery(String, String)
- Constructor for class com.hp.hpl.jena.joseki.
HttpQuery
Create a execution object for a query.
HttpRemove
- class com.hp.hpl.jena.joseki.
HttpRemove
.
Remove statements to a remote model.
HttpRemove(URL)
- Constructor for class com.hp.hpl.jena.joseki.
HttpRemove
Create an operation for removing statements to a remote model
HttpRemove(String)
- Constructor for class com.hp.hpl.jena.joseki.
HttpRemove
I
init()
- Method in class com.hp.hpl.jena.joseki.
QueryEngineHTTP
Initialise a query execution.
J
JosekiException
- exception com.hp.hpl.jena.joseki.
JosekiException
.
JosekiException()
- Constructor for class com.hp.hpl.jena.joseki.
JosekiException
JosekiException(String)
- Constructor for class com.hp.hpl.jena.joseki.
JosekiException
JosekiException(Throwable)
- Constructor for class com.hp.hpl.jena.joseki.
JosekiException
JosekiException(String, Throwable)
- Constructor for class com.hp.hpl.jena.joseki.
JosekiException
N
NoServer
- Static variable in class com.hp.hpl.jena.joseki.
HttpException
noResponseCode
- Static variable in class com.hp.hpl.jena.joseki.
HttpException
Q
QueryEngineHTTP
- class com.hp.hpl.jena.joseki.
QueryEngineHTTP
.
Create an execution object for performing an RDQL query on a model over HTTP.
QueryEngineHTTP(Query, String)
- Constructor for class com.hp.hpl.jena.joseki.
QueryEngineHTTP
QueryEngineHTTP(Query, URL)
- Constructor for class com.hp.hpl.jena.joseki.
QueryEngineHTTP
QuerySPO
- class com.hp.hpl.jena.joseki.
QuerySPO
.
QuerySPO(String)
- Constructor for class com.hp.hpl.jena.joseki.
QuerySPO
Create a request going to the named model.
QuerySPO(String, Resource, Property, Literal)
- Constructor for class com.hp.hpl.jena.joseki.
QuerySPO
Create a request going to the named model, with specified subject, predicate and string value
QuerySPO(String, Resource, Property, Resource)
- Constructor for class com.hp.hpl.jena.joseki.
QuerySPO
Create a request going to the named model, with specified subject, predicate and object resource.
R
releaseResultModel()
- Method in class com.hp.hpl.jena.joseki.
QueryEngineHTTP
Release last result model (in case its very large).
remove(Model)
- Method in class com.hp.hpl.jena.joseki.
HttpRemove
Accumulate statements to be removed when the operations is executed
remove(Statement)
- Method in class com.hp.hpl.jena.joseki.
HttpRemove
Accumulate statements to be removed when the operations is executed
S
setClosure(boolean)
- Method in class com.hp.hpl.jena.joseki.
QuerySPO
setForcePOST()
- Method in class com.hp.hpl.jena.joseki.
HttpQuery
Force the use of HTTP POST for the query operation
setModel(Model)
- Method in class com.hp.hpl.jena.joseki.
HttpExecuteModel
setObject(String)
- Method in class com.hp.hpl.jena.joseki.
QuerySPO
setParam(String, String)
- Method in class com.hp.hpl.jena.joseki.
HttpQuery
Set a parameter to the operation
setPredicate(String)
- Method in class com.hp.hpl.jena.joseki.
QuerySPO
setSubject(String)
- Method in class com.hp.hpl.jena.joseki.
QuerySPO
setValue(String)
- Method in class com.hp.hpl.jena.joseki.
QuerySPO
T
toString()
- Method in class com.hp.hpl.jena.joseki.
HttpException
toString()
- Method in class com.hp.hpl.jena.joseki.
HttpQuery
U
urlLimit
- Static variable in class com.hp.hpl.jena.joseki.
HttpQuery
The definition of "large" queries
usesPOST()
- Method in class com.hp.hpl.jena.joseki.
HttpQuery
Return whether this request will go by GET or POST
A
C
E
G
H
I
J
N
Q
R
S
T
U
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2002, 2003, 2004 Hewlett-Packard Development Company, LP