org.jboss.dna.graph
Interface Graph.Executable

All Known Subinterfaces:
Graph.BatchConjunction, Graph.Create<Next>
All Known Implementing Classes:
Graph.Batch
Enclosing class:
Graph

public static interface Graph.Executable

A interface used to execute the accumulated requests.

Author:
Randall Hauch

Method Summary
 Results execute()
          Stop accumulating the requests, submit them to the repository source, and return the results.
 

Method Detail

execute

Results execute()
Stop accumulating the requests, submit them to the repository source, and return the results.

Returns:
the results containing the requested information from the repository.


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