public class RunGND extends AbstractGUIApplication implements StandardApplication
Die Start-Klasse für die GND im Stand-Alone-Betrieb.
Modifier and Type | Class and Description |
---|---|
private static class |
RunGND.UncaughtExceptionHandler |
Modifier and Type | Field and Description |
---|---|
private static Debug |
_debug |
(package private) java.util.List<java.lang.String> |
_plugins |
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.
|
private java.util.List<SystemObject> |
getSystemObjects(ClientDavInterface connection) |
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, setConnection
final java.util.List<java.lang.String> _plugins
private static Debug _debug
public static void main(java.lang.String[] args)
args
- die Aufrufparemeterpublic 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.private java.util.List<SystemObject> getSystemObjects(ClientDavInterface connection)
protected java.lang.String getApplicationName()
de.bsvrz.sys.funclib.application.AbstractGUIApplication
getApplicationName
in class AbstractGUIApplication