de.bsvrz.pua.prot.interpreter
Interface InterpreterInterface

All Known Implementing Classes:
Interpreter

public interface InterpreterInterface

Schnittstelle zum Interpreter.

Version:
$Revision: 1.1 $ / $Date: 2008/01/22 16:38:02 $ / ($Author: yvonnes $)
Author:
beck et al. projects GmbH, Martin Hilgers

Method Summary
 ProtocolRequestResult process(java.io.DataInputStream script, java.lang.String fileName, ProcessingParameter parameter, ProcessingInformation pi)
          Startet die Interpretation des Skripts
 

Method Detail

process

ProtocolRequestResult process(java.io.DataInputStream script,
                              java.lang.String fileName,
                              ProcessingParameter parameter,
                              ProcessingInformation pi)
Startet die Interpretation des Skripts

Parameters:
script - Quelltext Skript
fileName - Dateiname des Skripts (nur für detailliertere Fehlerberichte nötig)
parameter - Informationen zum Auswerten des Skripts
pi - Objekt, in dem die gewonnenen Informationen abgelegt werden
Returns:
Informationen über die Ausführung der Operation


Copyright © 2005-2008 beck et al. projects GmbH All Rights Reserved.