Class SparqlQueryConnectionWithReconnect.QueryExecutionWithReconnect
java.lang.Object
org.aksw.jenax.dataaccess.sparql.execution.query.QueryExecutionWrapperBase<org.apache.jena.query.QueryExecution>
org.aksw.jenax.dataaccess.sparql.connection.reconnect.SparqlQueryConnectionWithReconnect.QueryExecutionWithReconnect
- All Implemented Interfaces:
AutoCloseable,QueryExecutionWrapper,org.apache.jena.query.QueryExecution
- Enclosing class:
- SparqlQueryConnectionWithReconnect
public class SparqlQueryConnectionWithReconnect.QueryExecutionWithReconnect
extends QueryExecutionWrapperBase<org.apache.jena.query.QueryExecution>
-
Field Summary
Fields inherited from class org.aksw.jenax.dataaccess.sparql.execution.query.QueryExecutionWrapperBase
decoratee -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidMethods inherited from class org.aksw.jenax.dataaccess.sparql.execution.query.QueryExecutionWrapperBase
afterExec, execAsk, execConstruct, execConstruct, execConstructDataset, execConstructDataset, execConstructQuads, execConstructTriples, execDescribe, execDescribe, execDescribeTriples, execJson, execJsonItems, execSelect, getDelegate, getQueryStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aksw.jenax.dataaccess.sparql.execution.query.QueryExecutionWrapper
abort, close, getContext, getDataset, getQuery, getTimeout1, getTimeout2, isClosed, tryGetDelegate, unwrap
-
Constructor Details
-
QueryExecutionWithReconnect
public QueryExecutionWithReconnect(org.apache.jena.query.QueryExecution decoratee)
-
-
Method Details
-
beforeExec
protected void beforeExec()- Overrides:
beforeExecin classQueryExecutionWrapperBase<org.apache.jena.query.QueryExecution>
-
onException
- Overrides:
onExceptionin classQueryExecutionWrapperBase<org.apache.jena.query.QueryExecution>
-