public class OnlineConfigurationViewer extends java.lang.Object implements StandardApplication
Applikation, die online via Datenverteiler eine Darstellung der Konfigurationsobjekte in einem Swing-Fenster realisiert.
Constructor and Description |
---|
OnlineConfigurationViewer() |
Modifier and Type | Method and Description |
---|---|
void |
initialize(ClientDavInterface connection)
Diese Methode wird nach dem Verbindungsaufbau zum Datenverteiler aufgerufen.
|
static void |
main(java.lang.String[] args) |
void |
parseArguments(ArgumentList argumentList)
Beim Aufruf dieser Methode bekommt die Applikation die Möglichkeit spezielle Aufrufargumente zu lesen.
|
public static void main(java.lang.String[] args)
public void parseArguments(ArgumentList argumentList) throws java.lang.Exception
de.bsvrz.sys.funclib.application.StandardApplication
parseArguments
in interface StandardApplication
argumentList
- Aufrufargumente der Applikationjava.lang.Exception
- Falls ein unerwarteter Fehler aufgetreten ist.public void initialize(ClientDavInterface connection) throws java.lang.Exception
de.bsvrz.sys.funclib.application.StandardApplication
initialize
in interface StandardApplication
connection
- Verbindung zum Datenverteilerjava.lang.Exception
- Falls ein unerwarteter Fehler aufgetreten ist.