public class RunGND extends AbstractGUIApplication implements StandardApplication
Modifier and Type | Class and Description |
---|---|
private static class |
RunGND.UncaughtExceptionHandler |
Modifier and Type | Field and Description |
---|---|
private static Debug |
_debug |
(package private) List<String> |
_plugins |
Constructor and Description |
---|
RunGND() |
Modifier and Type | Method and Description |
---|---|
protected String |
getApplicationName()
Wird von der Anwendung implementiert und liefert den Namen der Applikation.
|
private List<SystemObject> |
getSystemObjects(ClientDavInterface connection) |
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.
|
connect, getConnection, isDavConnected, setConnection
public static void main(String[] args)
args
- die Aufrufparemeterpublic 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.private List<SystemObject> getSystemObjects(ClientDavInterface connection)
protected String getApplicationName()
de.bsvrz.sys.funclib.application.AbstractGUIApplication
getApplicationName
in class AbstractGUIApplication