org.jboss.dna.graph.query.process
Class DelegatingComponent

java.lang.Object
  extended by org.jboss.dna.graph.query.process.ProcessingComponent
      extended by org.jboss.dna.graph.query.process.DelegatingComponent
Direct Known Subclasses:
DistinctComponent, DistinctOfSortedComponent, LimitComponent, ProjectComponent, SelectComponent, SortLocationsComponent, SortValuesComponent

public abstract class DelegatingComponent
extends ProcessingComponent


Method Summary
 void close()
          Close these results, allowing any resources to be released.
 
Methods inherited from class org.jboss.dna.graph.query.process.ProcessingComponent
execute, getColumns, getContext
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

close

public void close()
Close these results, allowing any resources to be released.

Overrides:
close in class ProcessingComponent
See Also:
ProcessingComponent.close()


Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.