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