public class RunGND extends AbstractGUIApplication implements StandardApplication
Die Start-Klasse für die GND im Stand-Alone-Betrieb.
| Constructor and Description |
|---|
RunGND() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getApplicationName()
Wird von der Anwendung implementiert und liefert den Namen der Applikation.
|
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.
|
connect, getConnection, isDavConnected, setConnectionpublic static void main(java.lang.String[] args)
args - die Aufrufparemeterpublic void parseArguments(ArgumentList argumentList) throws java.lang.Exception
de.bsvrz.sys.funclib.application.StandardApplicationparseArguments in interface StandardApplicationargumentList - 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.StandardApplicationinitialize in interface StandardApplicationconnection - Verbindung zum Datenverteilerjava.lang.Exception - Falls ein unerwarteter Fehler aufgetreten ist.protected java.lang.String getApplicationName()
de.bsvrz.sys.funclib.application.AbstractGUIApplicationgetApplicationName in class AbstractGUIApplication