|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.bsvrz.sys.funclib.application.StandardApplicationRunner
public class StandardApplicationRunner
Diese Klasse initialisiert die Klasse für die Debug-Ausgaben, stellt eine Verbindung zum Datenverteiler her und ruft die Methoden des StandardApplication
-Interfaces auf.
Constructor Summary | |
---|---|
StandardApplicationRunner()
|
Method Summary | |
---|---|
static void |
run(GUIApplication application,
String[] args)
Diese Methode startet einen Login-Dialog und meldet sich anhand der eingetragenen IP-Adresse, Portnummer, Benutzername und Passwort beim Datenverteiler an. |
static void |
run(GUIApplication application,
String applicationTypePid,
String[] args)
Diese Methode startet einen Login-Dialog und meldet sich anhand der eingetragenen IP-Adresse, Portnummer, Benutzername und Passwort beim Datenverteiler an. |
static void |
run(StandardApplication application,
String[] args)
Diese Methode erstellt eine Verbindung zum Datenverteiler anhand der Standard-Parameter her. |
static void |
run(StandardApplication application,
String applicationTypePid,
String[] args)
Diese Methode erstellt eine Verbindung zum Datenverteiler anhand der Standard-Parameter her. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StandardApplicationRunner()
Method Detail |
---|
public static void run(StandardApplication application, String[] args)
application
- Applikation, die eine Verbindung zum Datenverteiler benötigt.args
- Aufrufargumente der Applikationpublic static void run(StandardApplication application, String applicationTypePid, String[] args)
application
- Applikation, die eine Verbindung zum Datenverteiler benötigt.applicationTypePid
- Pid des Applikationstyps. Der Datenverteiler erzeugt für die Appliaktion ein Objekt dieses
Typs. Der Applikationstyp sollte "typ.applikation" sein oder davon abgeleitet sein.args
- Aufrufargumente der Applikationpublic static void run(GUIApplication application, String[] args)
application
- Applikation, die eine Verbindung zum Datenverteiler benötigt.args
- Aufrufargumente der Applikationpublic static void run(GUIApplication application, String applicationTypePid, String[] args)
application
- Applikation, die eine Verbindung zum Datenverteiler benötigt.applicationTypePid
- Pid des Applikationstyps. Der Datenverteiler erzeugt für die Appliaktion ein Objekt dieses
Typs. Der Applikationstyp sollte "typ.applikation" sein oder davon abgeleitet sein.args
- Aufrufargumente der Applikation
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |