Uses of Class
de.bsvrz.pua.prot.util.ProcessingParameter

Packages that use ProcessingParameter
de.bsvrz.pua.prot.client Client Interface für die SWE 'Protokolle und Auswertungen'. 
de.bsvrz.pua.prot.interpreter Klassen zum Scannen und Parsen von Skripten. 
de.bsvrz.pua.prot.interpreter.semantics Führt die Semantiküberprüfung durch. 
de.bsvrz.pua.prot.manager Behandelt den Auftragseingang. 
de.bsvrz.pua.prot.manager.datamanager Klassen zum Zugriff auf das Dateisystem und den Skript-Interpreter. 
de.bsvrz.pua.prot.manager.taskmanager Klassen zur Verwaltung der Tasks die die Protokollerstellung durchführen. 
de.bsvrz.pua.prot.processing Klassen für die Datenaufbereitung. 
de.bsvrz.pua.prot.util Enthält diverse Hilfsklassen für Protokolle und Auswertungen. 
 

Uses of ProcessingParameter in de.bsvrz.pua.prot.client
 

Methods in de.bsvrz.pua.prot.client with parameters of type ProcessingParameter
 ProtocolResultStream PuaClient.createProtocol(ProcessingParameter pp)
          Stößt die Protokollerstellung an.
 

Uses of ProcessingParameter in de.bsvrz.pua.prot.interpreter
 

Methods in de.bsvrz.pua.prot.interpreter with parameters of type ProcessingParameter
 void ProtocolParser.init(DataModel model, ProcessingParameter parameter, ProcessingInformation pi)
          Diese Methode muss zur Initialisierung des Parsers aufgerufen werden
 ProtocolRequestResult InterpreterInterface.process(java.io.DataInputStream script, java.lang.String fileName, ProcessingParameter parameter, ProcessingInformation pi)
          Startet die Interpretation des Skripts
 ProtocolRequestResult Interpreter.process(java.io.DataInputStream script, java.lang.String fileName, ProcessingParameter parameter, ProcessingInformation pi)
          Startet die Interpretation des Skripts.
 

Uses of ProcessingParameter in de.bsvrz.pua.prot.interpreter.semantics
 

Methods in de.bsvrz.pua.prot.interpreter.semantics with parameters of type ProcessingParameter
 void SemanticChecks.cleanUp(ProcessingParameter pp, boolean processScript)
          Führt semantische Überprüfungen durch.
 void TempAttributeSemantics.cleanUp(ProcessingParameter pp, boolean processScript)
          Führt eine abschließende Überprüfung durch.
- Stellt sicher, dass jedes verwendete temporäre Attribut eine gültige Definition besitzt.
 void AttributeSemantics.cleanUp(ProcessingParameter pp, boolean processScript)
          Führt abschließende Semantische Überprüfungen durch.
 void MiscellaneousSemantics.cleanUp(ProcessingParameter pp, boolean processScript)
          Abschließende Semantiküberprüfung.
 void Semantics.cleanUp(ProcessingParameter pp, boolean processScript)
          Führt abschließende Semantiküberprüfungen durch und stellt die zur Datenaufbereitung notwendigen Informationen in Semantics.pi zusammen.
 void RealAttributeSemantics.cleanUp(ProcessingParameter pp, boolean processScript)
          Tut nichts.
 void ScopeSemantics.cleanUp(ProcessingParameter pp, boolean processScript)
          Tut nichts.
 void AggregationSemantics.cleanUp(ProcessingParameter pp, boolean processScript)
          Überprüft, ob Aggregationen verwendet werden, falls das Schlüsselwort 'anwendung' im Skript verwendet wird.
 void ExpressionSemantics.cleanUp(ProcessingParameter pp, boolean processScript)
          Tut nichts.
 void AttributeGroupSemantics.cleanUp(ProcessingParameter pp, boolean processScript)
          Tut nichts.
 

Constructors in de.bsvrz.pua.prot.interpreter.semantics with parameters of type ProcessingParameter
SymbolTable(DataModel model, ProcessingParameter pp)
          Erzeugen der Symboltabelle
 

Uses of ProcessingParameter in de.bsvrz.pua.prot.manager
 

Methods in de.bsvrz.pua.prot.manager with parameters of type ProcessingParameter
static boolean ProtocolAnswer.sendProtocolList(ClientDavInterface dav, SystemObject client, long requestId, long[] protocolIds, ProcessingParameter[] pp)
          Sendet eine Liste mit den gespeicherten Protokollen an den Auftraggeber.
 

Uses of ProcessingParameter in de.bsvrz.pua.prot.manager.datamanager
 

Methods in de.bsvrz.pua.prot.manager.datamanager with parameters of type ProcessingParameter
 ProtocolOutputStream DataManagerInterface.createProtocolStream(long protocolId, ProcessingParameter pp)
          Erzeugt einen Ausgabestream für ein Protokoll.
 ProtocolOutputStream DataManager.createProtocolStream(long protocolId, ProcessingParameter pp)
           
 ProcessingInformation DataManagerInterface.process(ProcessingParameter parameter)
          Startet die Interpretation eines Skriptes.
 ProcessingInformation DataManager.process(ProcessingParameter parameter)
          Startet die Interpretation eines Skriptes:
1.
 

Constructors in de.bsvrz.pua.prot.manager.datamanager with parameters of type ProcessingParameter
ProtocolOutputStream(long protocolId, java.lang.String path, ProcessingParameter pp, int quota)
          Legt legt eine Datei an, in der ein Protokoll abgelegt wird.
 

Uses of ProcessingParameter in de.bsvrz.pua.prot.manager.taskmanager
 

Methods in de.bsvrz.pua.prot.manager.taskmanager with parameters of type ProcessingParameter
 void ThreadElement.activateCreateProtocol(ClientDavInterface dav, SystemObject client, long requestId, ProcessingParameter pp, long protocolId)
          Startet die Protokollerstellung.
 boolean ThreadPool.storeCreateQuery(long requestId, ProcessingParameter pp, SystemObject client, long protocolId)
          Legt einen Auftrag zur Protokollerstellung in der Warteschlange ab.
 

Uses of ProcessingParameter in de.bsvrz.pua.prot.processing
 

Constructors in de.bsvrz.pua.prot.processing with parameters of type ProcessingParameter
Processing(Sender sender, DataManagerInterface dataManager, SerializerUtil serializer, long protocolId, ProcessingParameter pp, ProcessingInformation pi, AtlMeta atlMeta, ConfigurationObject configAuth, long maxDelay)
          Erzeugt ein Objekt zur Datenaufbereitung.
 

Uses of ProcessingParameter in de.bsvrz.pua.prot.util
 

Methods in de.bsvrz.pua.prot.util that return ProcessingParameter
static ProcessingParameter ProcessingParameter.deserialize(DataModel model, byte[] ba)
          Deserialisiert ein Objekt aus einem Byte-Array.
 



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