|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcessingInformation | |
---|---|
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.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.processing.archivebuffer | Klassen für den Archivpuffer der Datenaufbereitung. |
de.bsvrz.pua.prot.processing.onlinebuffer | Klassen für den Onlinepuffer der Datenaufbereitung. |
Uses of ProcessingInformation in de.bsvrz.pua.prot.interpreter |
---|
Methods in de.bsvrz.pua.prot.interpreter with parameters of type ProcessingInformation | |
---|---|
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 ProcessingInformation in de.bsvrz.pua.prot.interpreter.semantics |
---|
Fields in de.bsvrz.pua.prot.interpreter.semantics declared as ProcessingInformation | |
---|---|
protected ProcessingInformation |
Semantics.pi
Datenobjekt, in dem alle zur Datenaufbereitung notwendigen Daten abgelegt werden |
Methods in de.bsvrz.pua.prot.interpreter.semantics that return ProcessingInformation | |
---|---|
ProcessingInformation |
Semantics.getProcessingInformation()
Gibt die zur Datenaufbereitung notwendigen Informationen zurück. |
Constructors in de.bsvrz.pua.prot.interpreter.semantics with parameters of type ProcessingInformation | |
---|---|
Semantics(DataModel model,
SymbolTable symbol,
ProcessingInformation pi)
Konstruktor. |
Uses of ProcessingInformation in de.bsvrz.pua.prot.manager.datamanager |
---|
Methods in de.bsvrz.pua.prot.manager.datamanager that return ProcessingInformation | |
---|---|
ProcessingInformation |
DataManagerInterface.process(ProcessingParameter parameter)
Startet die Interpretation eines Skriptes. |
ProcessingInformation |
DataManager.process(ProcessingParameter parameter)
Startet die Interpretation eines Skriptes: 1. |
ProcessingInformation |
DataManagerInterface.process(java.lang.String source)
Startet die Interpretation eines Skriptes. |
ProcessingInformation |
DataManager.process(java.lang.String source)
|
Uses of ProcessingInformation in de.bsvrz.pua.prot.manager.taskmanager |
---|
Methods in de.bsvrz.pua.prot.manager.taskmanager that return ProcessingInformation | |
---|---|
protected ProcessingInformation |
ThreadElement.evaluateScript()
Evaluiert das Skript. |
Uses of ProcessingInformation in de.bsvrz.pua.prot.processing |
---|
Fields in de.bsvrz.pua.prot.processing declared as ProcessingInformation | |
---|---|
protected ProcessingInformation |
ProcessingBuffer.pi
Informationen zur Datenaufbereitung |
Constructors in de.bsvrz.pua.prot.processing with parameters of type ProcessingInformation | |
---|---|
Processing(Sender sender,
DataManagerInterface dataManager,
SerializerUtil serializer,
long protocolId,
ProcessingParameter pp,
ProcessingInformation pi,
AtlMeta atlMeta,
ConfigurationObject configAuth,
long maxDelay)
Erzeugt ein Objekt zur Datenaufbereitung. |
|
ProcessingBuffer(ClientDavInterface dav,
ProcessingInterface processor,
ProcessingInformation pi,
java.util.List<Tuple<java.lang.Long,java.lang.Long>> periods)
Startet den Buffer. |
Uses of ProcessingInformation in de.bsvrz.pua.prot.processing.archivebuffer |
---|
Constructors in de.bsvrz.pua.prot.processing.archivebuffer with parameters of type ProcessingInformation | |
---|---|
Aggregator(ProcessingInformation pi)
|
|
ArchiveBuffer(ClientDavInterface dav,
ProcessingInterface processor,
ConfigurationObject configAuth,
ProcessingInformation pi,
java.util.List<Tuple<java.lang.Long,java.lang.Long>> periods)
Startet den Online-ProcessingBuffer. |
Uses of ProcessingInformation in de.bsvrz.pua.prot.processing.onlinebuffer |
---|
Constructors in de.bsvrz.pua.prot.processing.onlinebuffer with parameters of type ProcessingInformation | |
---|---|
OnlineBuffer(ClientDavInterface dav,
ProcessingInterface processor,
ProcessingInformation pi,
java.util.List<Tuple<java.lang.Long,java.lang.Long>> periods)
OnlineBuffer.init() sollte unverzüglich nach Erzeugen des Objekts aufgerufen werden. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |