org.modeshape.jcr.query.process
Class DelegatingComponent
java.lang.Object
org.modeshape.jcr.query.process.ProcessingComponent
org.modeshape.jcr.query.process.DelegatingComponent
- Direct Known Subclasses:
- DistinctComponent, DistinctOfSortedComponent, LimitComponent, ProjectComponent, SelectComponent, SortLocationsComponent, SortValuesComponent
public abstract class DelegatingComponent
- extends ProcessingComponent
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DelegatingComponent
protected DelegatingComponent(ProcessingComponent delegate)
DelegatingComponent
protected DelegatingComponent(ProcessingComponent delegate,
QueryResults.Columns overridingColumns)
delegate
protected final ProcessingComponent delegate()
- Get the delegate processor.
- Returns:
- the delegate processor
close
public void close()
- Description copied from class:
ProcessingComponent
- Close these results, allowing any resources to be released.
- Overrides:
close
in class ProcessingComponent
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.