org.planx.xmlstore
Interface StoredCode<R extends Reference>
public interface StoredCode<R extends Reference>
Interface describing code to be executed by
an ExecXMLStore.
- Author:
- Omar Sharif, Mustafa Temiz, Henning Niss
|
Method Summary |
R |
run(XMLStore<R> store,
R args)
The method to call when the XML Store performs exec. |
run
R run(XMLStore<R> store,
R args)
- The method to call when the XML Store performs exec.
- Parameters:
store - the XMLStore which holds the argument, and
to which the result is writtenargs - a Reference to the arguments
- Returns:
- a r
Reference to the result
Copyright © 2004-2005 Plan-X. All Rights Reserved.