Package org.aksw.jena_sparql_api.update
Class UpdateExecutionFactoryEventSource
java.lang.Object
org.aksw.jena_sparql_api.core.UpdateExecutionFactoryParsingBase
org.aksw.jena_sparql_api.update.UpdateExecutionFactoryEventSource
- All Implemented Interfaces:
AutoCloseable,DatasetListenable,UpdateExecutionFactory,UpdateProcessorFactory
public class UpdateExecutionFactoryEventSource
extends UpdateExecutionFactoryParsingBase
implements DatasetListenable
A wrapper for an update execution that supports
- Author:
- raven
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateUpdateProcessor(org.apache.jena.update.UpdateRequest updateRequest) Methods inherited from class org.aksw.jena_sparql_api.core.UpdateExecutionFactoryParsingBase
close, createUpdateProcessor, unwrap
-
Constructor Details
-
UpdateExecutionFactoryEventSource
-
-
Method Details
-
createUpdateProcessor
public UpdateProcessorEventSource createUpdateProcessor(org.apache.jena.update.UpdateRequest updateRequest) - Specified by:
createUpdateProcessorin interfaceUpdateProcessorFactory
-
getDatasetListeners
- Specified by:
getDatasetListenersin interfaceDatasetListenable
-
getContext
-