java.lang.Object
org.apache.jena.sparql.exec.UpdateExecAdapter
- All Implemented Interfaces:
UpdateExec
,UpdateProcessor
-
Method Summary
Modifier and TypeMethodDescriptionvoid
abort()
Attempt to asynchronously abort an update execution.static UpdateExec
adapt
(UpdateExecution updateExec) void
execute()
ExecuteReturns the processor's context.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.jena.update.UpdateProcessor
getUpdateRequest, getUpdateRequestString
-
Method Details
-
adapt
-
execute
public void execute()Description copied from interface:UpdateExec
Execute- Specified by:
execute
in interfaceUpdateExec
- Specified by:
execute
in interfaceUpdateProcessor
-
getContext
Description copied from interface:UpdateProcessor
Returns the processor's context. Null if there is none.- Specified by:
getContext
in interfaceUpdateProcessor
-
abort
public void abort()Description copied from interface:UpdateProcessor
Attempt to asynchronously abort an update execution.- Specified by:
abort
in interfaceUpdateProcessor
-