com.hp.hpl.jena.sparql.modify
Class GraphStoreWrapper

java.lang.Object
  extended by com.hp.hpl.jena.sparql.core.DatasetGraphWrapper
      extended by com.hp.hpl.jena.sparql.modify.GraphStoreWrapper
All Implemented Interfaces:
DatasetGraph, GraphStore, Closeable, Sync

public class GraphStoreWrapper
extends DatasetGraphWrapper
implements GraphStore


Constructor Summary
GraphStoreWrapper(GraphStore graphStore)
           
 
Method Summary
 void finishRequest()
          Signal end of a request being executed
 void startRequest()
          Signal start of a request being executed
 Dataset toDataset()
          Convert to a dataset (for query)
 
Methods inherited from class com.hp.hpl.jena.sparql.core.DatasetGraphWrapper
add, add, addGraph, close, contains, contains, containsGraph, delete, delete, deleteAny, find, find, find, findNG, getContext, getDefaultGraph, getGraph, getLock, getWrapped, isEmpty, listGraphNodes, removeGraph, setDefaultGraph, size, sync, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.hp.hpl.jena.sparql.core.DatasetGraph
add, add, addGraph, close, contains, contains, containsGraph, delete, delete, deleteAny, find, find, find, findNG, getContext, getDefaultGraph, getGraph, getLock, isEmpty, listGraphNodes, removeGraph, setDefaultGraph, size
 

Constructor Detail

GraphStoreWrapper

public GraphStoreWrapper(GraphStore graphStore)
Method Detail

toDataset

public Dataset toDataset()
Description copied from interface: GraphStore
Convert to a dataset (for query)

Specified by:
toDataset in interface GraphStore

startRequest

public void startRequest()
Description copied from interface: GraphStore
Signal start of a request being executed

Specified by:
startRequest in interface GraphStore

finishRequest

public void finishRequest()
Description copied from interface: GraphStore
Signal end of a request being executed

Specified by:
finishRequest in interface GraphStore


Licenced under the Apache License, Version 2.0