|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.bsvrz.pua.prot.processing.Processing
public class Processing
Führt die Datenaufbereitung durch.
Constructor Summary | |
---|---|
Processing(Sender sender,
DataManagerInterface dataManager,
SerializerUtil serializer,
long protocolId,
ProcessingParameter pp,
ProcessingInformation pi,
AtlMeta atlMeta,
ConfigurationObject configAuth,
long maxDelay)
Erzeugt ein Objekt zur Datenaufbereitung. |
Method Summary | |
---|---|
void |
abort()
Bricht die Datenaufbereitung ab. |
long |
getProtocolId()
Zum Abfragen der Protokoll-Id. |
byte |
getStatus()
Anfrage nach dem Status der Datenaufbereitung |
void |
pauseProcessing()
Versand von Protokolldatensätzen anhalten. |
ProtocolRequestResult |
process(boolean abortProcessing)
Startet die Datenaufbereitung. |
void |
resumtProcessing()
Versand von Protokolldatensätzen fortsetzen. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Processing(Sender sender, DataManagerInterface dataManager, SerializerUtil serializer, long protocolId, ProcessingParameter pp, ProcessingInformation pi, AtlMeta atlMeta, ConfigurationObject configAuth, long maxDelay)
sender
- Objekt zum Versand der Daten.dataManager
- Verbindung zum Daten Manager. Bei Bedarf speichert Daten Manager das Protokoll.serializer
- Objekt zum Zippen und Serialisieren der Ergebnisdaten.protocolId
- Id des zu erstellenden Protokolls.pp
- Auftragsparameter.pi
- Zur Protokollerstellung benötigte Informationen.atlMeta
- Metainformationen zum Skript aus dem pi
generiert wurde. Werden für den
Administrationsdatensatz benötigt.configAuth
- Konfigurationsverantwortlicher für Anfragen an das Archivsystem.maxDelay
- Maximale Zeitdauer in ms für die die Protokollerstellung angehalten werden kann.Method Detail |
---|
public ProtocolRequestResult process(boolean abortProcessing)
ProcessingInterface
process
in interface ProcessingInterface
abortProcessing
- Zeigt an ob die Datenaufbereitung abgebrochen werden soll.In diesem Fall wird eine
negative Quittung an den Auftraggeber gesandt. Administrations- und Aggregations-
Datensatz werden immer an den Auftraggeber gesendet.
ProcessingInterface.process(boolean)
public void abort()
abort
in interface ProcessingInterface
ProcessingInterface.abort()
public byte getStatus()
ProcessingInterface
getStatus
in interface ProcessingInterface
ProcessingInterface.getStatus()
public void pauseProcessing()
ProcessingInterface
pauseProcessing
in interface ProcessingInterface
ProcessingInterface.pauseProcessing()
public void resumtProcessing()
ProcessingInterface
resumtProcessing
in interface ProcessingInterface
ProcessingInterface.resumtProcessing()
public long getProtocolId()
ProcessingInterface
getProtocolId
in interface ProcessingInterface
ProcessingInterface.getProtocolId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |