Class UpdateProcessorRunnable

java.lang.Object
org.aksw.jenax.dataaccess.sparql.connection.common.UpdateProcessorRunnable
All Implemented Interfaces:
org.apache.jena.update.UpdateProcessor

public class UpdateProcessorRunnable extends Object implements org.apache.jena.update.UpdateProcessor
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected org.apache.jena.sparql.util.Context
     
    protected org.apache.jena.sparql.core.DatasetGraph
     
    protected Runnable
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    UpdateProcessorRunnable(org.apache.jena.sparql.util.Context context, org.apache.jena.sparql.core.DatasetGraph datasetGraph, Runnable delegate)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
    org.apache.jena.sparql.util.Context
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.jena.update.UpdateProcessor

    getUpdateRequest, getUpdateRequestString
  • Field Details

    • context

      protected org.apache.jena.sparql.util.Context context
    • datasetGraph

      protected org.apache.jena.sparql.core.DatasetGraph datasetGraph
    • delegate

      protected Runnable delegate
  • Constructor Details

    • UpdateProcessorRunnable

      public UpdateProcessorRunnable(org.apache.jena.sparql.util.Context context, org.apache.jena.sparql.core.DatasetGraph datasetGraph, Runnable delegate)
  • Method Details

    • getContext

      public org.apache.jena.sparql.util.Context getContext()
      Specified by:
      getContext in interface org.apache.jena.update.UpdateProcessor
    • abort

      public void abort()
      Specified by:
      abort in interface org.apache.jena.update.UpdateProcessor
    • execute

      public void execute()
      Specified by:
      execute in interface org.apache.jena.update.UpdateProcessor