Class SystemProtocoller
- All Implemented Interfaces:
de.bsvrz.sys.funclib.application.StandardApplication
Aufruf: java de.bsvrz.pat.sysprot.main.SystemProtocoller -datenverteiler=localhost:8083 -benutzer=Tester -authentifizierung=D:\Projects\VRZ3\Kernsoftware\skripte-dosshell\passwd <PROTOKOLLIERUNGSMODUL> -von="01.12.2005 00:00:00" -bis="31.12.2006 23:59:59" -objekte=235479 -daten=atg.verkehrGeschwindigkeit:asp.fuzzy:0
Andere ProtokollierungsModule: SQL Protokollierer -protModul=vrz3.export.prot.DatabaseProtocoller XML Protokollierer -protModul=de.bsvrz.pat.onlprot.standardProtocolModule.StandardProtocoller -ausgabe=xml Daten Protokollierer -protModul=de.bsvrz.pat.onlprot.standardProtocolModule.StandardProtocoller -ausgabe=daten Kopf Protokollierer -protModul=de.bsvrz.pat.onlprot.standardProtocolModule.StandardProtocoller -ausgabe=kopf Protokollierer für zeilenweise Ausgabe -protModul=vrz3.export.prot.FlatProtocoller
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal int
Wie lange maximal auf das Archiv gewartet werden soll -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
initialize
(de.bsvrz.dav.daf.main.ClientDavInterface connection) static void
Startet die Applikationvoid
parseArguments
(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argumentList) Verarbeitet die Kommandozeilenargumente
-
Field Details
-
ARC_MAX_WAIT
public final int ARC_MAX_WAITWie lange maximal auf das Archiv gewartet werden soll- See Also:
-
-
Constructor Details
-
SystemProtocoller
Konstruktor- Parameters:
originalArguments
- die unveränderten Aufrufargumente
-
-
Method Details
-
main
Startet die Applikation- Parameters:
args
- Die Übergebenen Argumente als String-Array
-
parseArguments
public void parseArguments(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argumentList) throws Exception Verarbeitet die Kommandozeilenargumente- Specified by:
parseArguments
in interfacede.bsvrz.sys.funclib.application.StandardApplication
- Parameters:
argumentList
- die Argumente- Throws:
Exception
- bei Fehlenden Argumenten ohne Defaultwert
-
initialize
- Specified by:
initialize
in interfacede.bsvrz.sys.funclib.application.StandardApplication
- Parameters:
connection
- DAV-Verbindung- Throws:
Exception
- wenn keine Verbindung aufgebaut werden kann.
-