public class ConfigDataBackup extends Object implements StandardApplication
Constructor and Description |
---|
ConfigDataBackup() |
Modifier and Type | Method and Description |
---|---|
void |
initialize(ClientDavInterface connection)
Diese Methode wird nach dem Verbindungsaufbau zum Datenverteiler aufgerufen.
|
static void |
main(String[] args) |
void |
parseArguments(ArgumentList argumentList)
Beim Aufruf dieser Methode bekommt die Applikation die Möglichkeit spezielle Aufrufargumente zu lesen.
|
public void parseArguments(ArgumentList argumentList) throws Exception
de.bsvrz.sys.funclib.application.StandardApplication
parseArguments
in interface StandardApplication
argumentList
- Aufrufargumente der ApplikationException
- Falls ein unerwarteter Fehler aufgetreten ist.public void initialize(ClientDavInterface connection) throws Exception
de.bsvrz.sys.funclib.application.StandardApplication
initialize
in interface StandardApplication
connection
- Verbindung zum DatenverteilerException
- Falls ein unerwarteter Fehler aufgetreten ist.public static void main(String[] args)