de.bsvrz.sys.funclib.application.StandardApplicationpublic class SystemProtocoller
extends java.lang.Object
implements de.bsvrz.sys.funclib.application.StandardApplication
| Modifier and Type | Field | Description |
|---|---|---|
int |
ARC_MAX_WAIT |
Wie lange maximal auf das Archiv gewartet werden soll
|
| Constructor | Description |
|---|---|
SystemProtocoller(java.lang.String[] originalArguments) |
Konstruktor
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
initialize(de.bsvrz.dav.daf.main.ClientDavInterface connection) |
|
static void |
main(java.lang.String[] args) |
Startet die Applikation
|
void |
parseArguments(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argumentList) |
Verarbeitet die Kommandozeilenargumente
|
public final int ARC_MAX_WAIT
public SystemProtocoller(java.lang.String[] originalArguments)
originalArguments - die unveränderten Aufrufargumentepublic static void main(java.lang.String[] args)
args - Die Übergebenen Argumente als String-Arraypublic void parseArguments(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argumentList)
throws java.lang.Exception
parseArguments in interface de.bsvrz.sys.funclib.application.StandardApplicationargumentList - die Argumentejava.lang.Exception - bei Fehlenden Argumenten ohne Defaultwertpublic void initialize(de.bsvrz.dav.daf.main.ClientDavInterface connection)
throws java.lang.Exception
initialize in interface de.bsvrz.sys.funclib.application.StandardApplicationconnection - DAV-Verbindungjava.lang.Exception - wenn keine Verbindung aufgebaut werden kann.