GUIApplicationAbstractGUIApplication, SampleApppublic interface StandardApplication
StandardApplicationRunner.run(de.bsvrz.sys.funclib.application.StandardApplication, java.lang.String[]) aufgerufen werden.| Modifier and Type | Method | Description |
|---|---|---|
void |
initialize(de.bsvrz.dav.daf.main.ClientDavInterface connection) |
Diese Methode wird nach dem Verbindungsaufbau zum Datenverteiler aufgerufen.
|
void |
parseArguments(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argumentList) |
Beim Aufruf dieser Methode bekommt die Applikation die Möglichkeit spezielle Aufrufargumente zu lesen.
|
void parseArguments(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argumentList)
throws java.lang.Exception
argumentList - Aufrufargumente der Applikationjava.lang.Exception - Falls ein unerwarteter Fehler aufgetreten ist.void initialize(de.bsvrz.dav.daf.main.ClientDavInterface connection)
throws java.lang.Exception
connection - Verbindung zum Datenverteilerjava.lang.Exception - Falls ein unerwarteter Fehler aufgetreten ist.