public class PufferAbrufLzzs
extends java.lang.Object
implements de.bsvrz.sys.funclib.application.StandardApplication
Constructor and Description |
---|
PufferAbrufLzzs() |
Modifier and Type | Method and Description |
---|---|
void |
initialize(de.bsvrz.dav.daf.main.ClientDavInterface dav)
Initialisierung.
|
static void |
main(java.lang.String[] args)
Main-Methode der SWE PufferAbrufLzzs.
|
void |
parseArguments(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argumentList)
Wertet die Aufrufparameter aus.
|
public static void main(java.lang.String[] args)
args
- Aufrufargumente der Applikation.public void initialize(de.bsvrz.dav.daf.main.ClientDavInterface dav)
StandardApplicationRunner
aufgerufen.initialize
in interface de.bsvrz.sys.funclib.application.StandardApplication
dav
- Die Datenverteilerverbindung.public void parseArguments(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argumentList) throws java.lang.Exception
parseArguments
in interface de.bsvrz.sys.funclib.application.StandardApplication
argumentList
- Aufrufparamter der Applikationjava.lang.Exception
- Wenn die Aufrufparameter nicht vollständig ausgewertet werden können.