com.hp.hpl.jena.sparql.engine.iterator
Class QueryIteratorCheck
java.lang.Object
com.hp.hpl.jena.sparql.util.PrintSerializableBase
com.hp.hpl.jena.sparql.engine.iterator.QueryIteratorBase
com.hp.hpl.jena.sparql.engine.iterator.QueryIteratorWrapper
com.hp.hpl.jena.sparql.engine.iterator.QueryIteratorCheck
- All Implemented Interfaces:
- QueryIterator, PrintSerializable, Iterator<Binding>, org.openjena.atlas.io.Printable, org.openjena.atlas.lib.Closeable
public class QueryIteratorCheck
- extends QueryIteratorWrapper
Query iterator that checks everything was closed correctly
| Methods inherited from interface org.openjena.atlas.io.Printable |
output |
close
public void close()
- Specified by:
close in interface org.openjena.atlas.lib.Closeable- Overrides:
close in class QueryIteratorBase
abort
public void abort()
- Description copied from interface:
QueryIterator
- Abort a query - may not clearup properly
- Specified by:
abort in interface QueryIterator- Overrides:
abort in class QueryIteratorBase
output
public void output(org.openjena.atlas.io.IndentedWriter out,
SerializationContext sCxt)
- Specified by:
output in interface PrintSerializable- Overrides:
output in class QueryIteratorWrapper
checkForOpenIterators
public static void checkForOpenIterators(ExecutionContext execContext)
check
public static QueryIteratorCheck check(QueryIterator qIter,
ExecutionContext execCxt)
Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010 Epimorphics Ltd.