A C D E G I M N P R S U _

A

AbstractGUIApplication - Class in de.bsvrz.sys.funclib.application
Diese abstrakte Klasse ist eine Beispielimplementierung des Interfaces GUIApplication.
AbstractGUIApplication() - Constructor for class de.bsvrz.sys.funclib.application.AbstractGUIApplication
 
AbstractGUIApplication.IpComboBoxModel - Class in de.bsvrz.sys.funclib.application
 
AbstractGUIApplication.IpComboBoxModel(AbstractGUIApplication.PreferencesModel, AbstractGUIApplication.PortComboBoxModel) - Constructor for class de.bsvrz.sys.funclib.application.AbstractGUIApplication.IpComboBoxModel
 
AbstractGUIApplication.PortComboBoxModel - Class in de.bsvrz.sys.funclib.application
 
AbstractGUIApplication.PortComboBoxModel(AbstractGUIApplication.PreferencesModel) - Constructor for class de.bsvrz.sys.funclib.application.AbstractGUIApplication.PortComboBoxModel
 
AbstractGUIApplication.PreferencesModel - Class in de.bsvrz.sys.funclib.application
 
AbstractGUIApplication.PreferencesModel(Preferences, int) - Constructor for class de.bsvrz.sys.funclib.application.AbstractGUIApplication.PreferencesModel
Konstruktor liest alle relevanten Einträge in den Preferences ein und setzt den Wert, der in der ComboBox direkt zu sehen ist.
addSelectedConnection() - Method in class de.bsvrz.sys.funclib.application.AbstractGUIApplication.PreferencesModel
Nach Bestätigung durch die 'OK'-Schaltfläche wird eine neue Eingabe in den Preferences gespeichert.
append(String) - Method in class de.bsvrz.sys.funclib.application.SimpleApplicationGUI.StreamReaderThread
 

C

cleanedArgumentArray(String[]) - Method in class de.bsvrz.sys.funclib.application.SimpleApplicationGUI
Diese Methode filtert aus einer Argumentenliste alle Einträge heraus, die null sind und gibt ein bereinigtes Array zurück.
connect(ClientDavParameters) - Method in class de.bsvrz.sys.funclib.application.AbstractGUIApplication
 
connect(ClientDavParameters) - Method in interface de.bsvrz.sys.funclib.application.GUIApplication
Die Implementierung dieser Methode soll eine Verbindung zum Datenverteiler herstellen und nach erfolgreicher Anmeldung (Login) zurückgeben.
createApplicationLabel(String[]) - Static method in class de.bsvrz.sys.funclib.application.StandardApplicationRunner
Diese Methode wandelt die Aufrufargumente in einen String für die ApplikationsKennung um.
createDialog(String) - Method in class de.bsvrz.sys.funclib.application.AbstractGUIApplication
 
createHelpMenuEntry() - Method in class de.bsvrz.sys.funclib.application.SimpleApplicationGUI
 
createLegendPanel() - Method in class de.bsvrz.sys.funclib.application.SimpleApplicationGUI
Dieses Panel wird auf der linken Seite der Oberfläche dargestellt.
createUserPanel() - Method in class de.bsvrz.sys.funclib.application.SimpleApplicationGUI
Diese Methode wird aufgerufen, wenn der Benutzer kein eigenes Panel benutzen möchte.

D

de.bsvrz.sys.funclib.application - package de.bsvrz.sys.funclib.application
 

E

endProcess() - Method in class de.bsvrz.sys.funclib.application.SimpleApplicationGUI
Diese Methode wird aufgerufen, falls ein Prozess beendet werden soll.
establishConnection(ClientDavInterface) - Static method in class de.bsvrz.sys.funclib.application.StandardApplicationRunner
Diese Methode baut die Verbindung zum Datenverteiler auf und teilt mit, dass sich die Applikation selbst um die Fertigmeldung für Start/Stop kümmert.
ExitOnErrorUncaughtExceptionHandler - Class in de.bsvrz.sys.funclib.application
Implementierung eines UncaughtExceptionHandlers, der bei nicht abgefangenen Exceptions und Errors entsprechende Ausgaben macht und im Falle eines Errors den Prozess terminiert.
ExitOnErrorUncaughtExceptionHandler() - Constructor for class de.bsvrz.sys.funclib.application.ExitOnErrorUncaughtExceptionHandler
 

G

getApplicationName() - Method in class de.bsvrz.sys.funclib.application.AbstractGUIApplication
Wird von der Anwendung implementiert und liefert den Namen der Applikation.
getArguments() - Method in class de.bsvrz.sys.funclib.application.SimpleApplicationGUI
Diese Methode gibt eine überarbeitete Argumentliste zurück.
getCompileTime() - Static method in class de.bsvrz.sys.funclib.application.PackageRuntimeInfo
 
getConnection() - Method in class de.bsvrz.sys.funclib.application.AbstractGUIApplication
 
getDependsOnCompiled() - Static method in class de.bsvrz.sys.funclib.application.PackageRuntimeInfo
 
getDependsOnLib() - Static method in class de.bsvrz.sys.funclib.application.PackageRuntimeInfo
 
getDependsOnSource() - Static method in class de.bsvrz.sys.funclib.application.PackageRuntimeInfo
 
getElementAt(int) - Method in class de.bsvrz.sys.funclib.application.AbstractGUIApplication.IpComboBoxModel
 
getElementAt(int) - Method in class de.bsvrz.sys.funclib.application.AbstractGUIApplication.PortComboBoxModel
 
getIpElementAt(int) - Method in class de.bsvrz.sys.funclib.application.AbstractGUIApplication.PreferencesModel
Gibt die IP an einer bestimmten Position zurück.
getIpSize() - Method in class de.bsvrz.sys.funclib.application.AbstractGUIApplication.PreferencesModel
Gibt die Anzahl der IPs zurück.
getJvmVersion() - Static method in class de.bsvrz.sys.funclib.application.PackageRuntimeInfo
 
getLicence() - Static method in class de.bsvrz.sys.funclib.application.PackageRuntimeInfo
 
getPortElementAt(int) - Method in class de.bsvrz.sys.funclib.application.AbstractGUIApplication.PreferencesModel
Gibt den Port an einer bestimmten Position in der ComboBox zurück.
getPortSize() - Method in class de.bsvrz.sys.funclib.application.AbstractGUIApplication.PreferencesModel
Gibt die Anzahl der Ports zurück.
getProcess() - Method in class de.bsvrz.sys.funclib.application.SimpleApplicationGUI
Der Aufruf dieser Methode gibt den Prozess zurück, der derzeit ausgeführt wird.
getRelease() - Static method in class de.bsvrz.sys.funclib.application.PackageRuntimeInfo
 
getRevision() - Static method in class de.bsvrz.sys.funclib.application.PackageRuntimeInfo
 
getSelectedIp() - Method in class de.bsvrz.sys.funclib.application.AbstractGUIApplication.PreferencesModel
Gibt die ausgewählte IP zurück.
getSelectedItem() - Method in class de.bsvrz.sys.funclib.application.AbstractGUIApplication.IpComboBoxModel
 
getSelectedItem() - Method in class de.bsvrz.sys.funclib.application.AbstractGUIApplication.PortComboBoxModel
 
getSelectedPort() - Method in class de.bsvrz.sys.funclib.application.AbstractGUIApplication.PreferencesModel
Gibt den ausgewählten Port zurück.
getSize() - Method in class de.bsvrz.sys.funclib.application.AbstractGUIApplication.IpComboBoxModel
 
getSize() - Method in class de.bsvrz.sys.funclib.application.AbstractGUIApplication.PortComboBoxModel
 
GUIApplication - Interface in de.bsvrz.sys.funclib.application
Dieses Interface erweitert die StandardApplication um die GUIApplication.connect(de.bsvrz.dav.daf.main.ClientDavParameters)-Methode.

I

initialize(ClientDavInterface) - Method in class de.bsvrz.sys.funclib.application.SampleApp
 
initialize(ClientDavInterface) - Method in interface de.bsvrz.sys.funclib.application.StandardApplication
Diese Methode wird nach dem Verbindungsaufbau zum Datenverteiler aufgerufen.
initializeDebug(Object, ArgumentList) - Static method in class de.bsvrz.sys.funclib.application.StandardApplicationRunner
Diese Methode initialisiert den Debug-Logger.
invokeAndWait(Runnable) - Method in class de.bsvrz.sys.funclib.application.SimpleApplicationGUI.StreamReaderThread
 
isDavConnected() - Method in class de.bsvrz.sys.funclib.application.AbstractGUIApplication
 

M

main(String[]) - Static method in class de.bsvrz.sys.funclib.application.SampleApp
 
makegbc(int, int, int, int) - Static method in class de.bsvrz.sys.funclib.application.AbstractGUIApplication
Dies ist eine Hilfsmethode, die für den GridBagLayout-Manager benötigt wird.
MAX_TEXT_LENGTH - Static variable in class de.bsvrz.sys.funclib.application.SimpleApplicationGUI.StreamReaderThread
 

N

newMenuEntries() - Method in class de.bsvrz.sys.funclib.application.SimpleApplicationGUI
Diese Methode gibt ein Array mit neuen Menueinträgen zurück.

P

PackageRuntimeInfo - Class in de.bsvrz.sys.funclib.application
 
PackageRuntimeInfo() - Constructor for class de.bsvrz.sys.funclib.application.PackageRuntimeInfo
 
parseArguments(ArgumentList) - Method in class de.bsvrz.sys.funclib.application.SampleApp
 
parseArguments(ArgumentList) - Method in interface de.bsvrz.sys.funclib.application.StandardApplication
Beim Aufruf dieser Methode bekommt die Applikation die Möglichkeit spezielle Aufrufargumente zu lesen.
processScript(String[], String[], File) - Method in class de.bsvrz.sys.funclib.application.SimpleApplicationGUI
Diese Methode erzeugt einen Prozess, der ausgeführt wird.

R

run() - Method in class de.bsvrz.sys.funclib.application.SimpleApplicationGUI.StreamReaderThread
 
run(StandardApplication, String[]) - Static method in class de.bsvrz.sys.funclib.application.StandardApplicationRunner
Diese Methode erstellt eine Verbindung zum Datenverteiler anhand der Standard-Parameter her.
run(StandardApplication, String, String[]) - Static method in class de.bsvrz.sys.funclib.application.StandardApplicationRunner
Diese Methode erstellt eine Verbindung zum Datenverteiler anhand der Standard-Parameter her.
run(GUIApplication, String[]) - Static method in class de.bsvrz.sys.funclib.application.StandardApplicationRunner
Diese Methode startet einen Login-Dialog und meldet sich anhand der eingetragenen IP-Adresse, Portnummer, Benutzername und Passwort beim Datenverteiler an.
run(GUIApplication, String, String[]) - Static method in class de.bsvrz.sys.funclib.application.StandardApplicationRunner
Diese Methode startet einen Login-Dialog und meldet sich anhand der eingetragenen IP-Adresse, Portnummer, Benutzername und Passwort beim Datenverteiler an.

S

SampleApp - Class in de.bsvrz.sys.funclib.application
Beispielapplikation, die die Verwendung des StandardApplicationRunner-Mechanismus demonstriert.
SampleApp() - Constructor for class de.bsvrz.sys.funclib.application.SampleApp
 
SampleApp.Receiver - Class in de.bsvrz.sys.funclib.application
 
SampleApp.Receiver() - Constructor for class de.bsvrz.sys.funclib.application.SampleApp.Receiver
 
saveLog(File, String) - Method in class de.bsvrz.sys.funclib.application.SimpleApplicationGUI
Diese Methode speichert einen übergebenen String in eine Datei, die ebenfalls übergeben wird
setConnection(ClientDavInterface) - Method in class de.bsvrz.sys.funclib.application.AbstractGUIApplication
 
setSelectedIp(String) - Method in class de.bsvrz.sys.funclib.application.AbstractGUIApplication.PreferencesModel
Setzt die IP, die ausgewählt wurde, bzw.
setSelectedItem(Object) - Method in class de.bsvrz.sys.funclib.application.AbstractGUIApplication.IpComboBoxModel
 
setSelectedItem(Object) - Method in class de.bsvrz.sys.funclib.application.AbstractGUIApplication.PortComboBoxModel
 
setSelectedPort(String) - Method in class de.bsvrz.sys.funclib.application.AbstractGUIApplication.PreferencesModel
Setzt den ausgewählten oder editierten Port.
showAboutBox() - Method in class de.bsvrz.sys.funclib.application.SimpleApplicationGUI
Diese Methode zeigt ein "Über" Fenster als JFrame.
showGUI() - Method in class de.bsvrz.sys.funclib.application.SimpleApplicationGUI
Stellt die GUI dar
showHelp() - Method in class de.bsvrz.sys.funclib.application.SimpleApplicationGUI
Zeigt eine Hilfedatei(HTML) an
SimpleApplicationGUI - Class in de.bsvrz.sys.funclib.application
Diese abstrakte Klasse stellt eine grafische Benutzeroberfläche zum ausführen von Klassen zur Verfügung.
SimpleApplicationGUI() - Constructor for class de.bsvrz.sys.funclib.application.SimpleApplicationGUI
 
SimpleApplicationGUI.StreamReaderThread - Class in de.bsvrz.sys.funclib.application
Diese Klasse stellt einen Stream in einem dafür vorgesehenem Fenster dar.
SimpleApplicationGUI.StreamReaderThread(JTextArea, InputStream) - Constructor for class de.bsvrz.sys.funclib.application.SimpleApplicationGUI.StreamReaderThread
 
StandardApplication - Interface in de.bsvrz.sys.funclib.application
Schnittstelle, die von einer Applikation implementiert werden muss, wenn der StandardApplicationRunner-Mechanismus verwendet werden soll.
StandardApplicationRunner - Class in de.bsvrz.sys.funclib.application
Diese Klasse initialisiert die Klasse für die Debug-Ausgaben, stellt eine Verbindung zum Datenverteiler her und ruft die Methoden des StandardApplication-Interfaces auf.
StandardApplicationRunner() - Constructor for class de.bsvrz.sys.funclib.application.StandardApplicationRunner
 
StandardApplicationRunner.UncaughtExceptionHandler - Class in de.bsvrz.sys.funclib.application
Implementierung eines UncaughtExceptionHandlers, der bei nicht abgefangenen Exceptions und Errors entsprechende Ausgaben macht und im Falle eines Errors den Prozess terminiert.
StandardApplicationRunner.UncaughtExceptionHandler() - Constructor for class de.bsvrz.sys.funclib.application.StandardApplicationRunner.UncaughtExceptionHandler
 
start(String[], boolean) - Method in class de.bsvrz.sys.funclib.application.SimpleApplicationGUI
Diese Methode wertet die übergebenen Argumente aus und zeigt falls gewünscht die Oberfläche an.

U

uncaughtException(Thread, Throwable) - Method in class de.bsvrz.sys.funclib.application.ExitOnErrorUncaughtExceptionHandler
 
uncaughtException(Thread, Throwable) - Method in class de.bsvrz.sys.funclib.application.StandardApplicationRunner.UncaughtExceptionHandler
 
update(ResultData[]) - Method in class de.bsvrz.sys.funclib.application.SampleApp.Receiver
 

_

_applicationLabel - Static variable in class de.bsvrz.sys.funclib.application.StandardApplicationRunner
Die ApplikationsKennung wird hier gespeichert.
_applicationName - Static variable in class de.bsvrz.sys.funclib.application.StandardApplicationRunner
Der Name der Applikation, die den StandardApplicationRunner nutzt.
_aspectPid - Variable in class de.bsvrz.sys.funclib.application.SampleApp
 
_atgPid - Variable in class de.bsvrz.sys.funclib.application.SampleApp
 
_className - Variable in class de.bsvrz.sys.funclib.application.SimpleApplicationGUI
Klasse, die gestartet wird
_clearDebugLogText - Variable in class de.bsvrz.sys.funclib.application.SimpleApplicationGUI
 
_clearErrorLogText - Variable in class de.bsvrz.sys.funclib.application.SimpleApplicationGUI
 
_connection - Variable in class de.bsvrz.sys.funclib.application.AbstractGUIApplication
 
_debug - Static variable in class de.bsvrz.sys.funclib.application.AbstractGUIApplication
DebugLogger für Debug-Ausgaben
_debug - Static variable in class de.bsvrz.sys.funclib.application.ExitOnErrorUncaughtExceptionHandler
 
_debug - Static variable in class de.bsvrz.sys.funclib.application.SampleApp
 
_debug - Static variable in class de.bsvrz.sys.funclib.application.StandardApplicationRunner
Der Debug-Logger
_debugTextArea - Variable in class de.bsvrz.sys.funclib.application.SimpleApplicationGUI
In diesem Fenster werden alle DEbugausgaben dargestellt
_debugThread - Variable in class de.bsvrz.sys.funclib.application.SimpleApplicationGUI
Gibt Debugmessages aus
_dialog - Variable in class de.bsvrz.sys.funclib.application.AbstractGUIApplication
 
_endText - Variable in class de.bsvrz.sys.funclib.application.SimpleApplicationGUI
 
_errorTextArea - Variable in class de.bsvrz.sys.funclib.application.SimpleApplicationGUI
In diesem Fenster werden alle "Standart Error Messages" dargestellt
_errorThread - Variable in class de.bsvrz.sys.funclib.application.SimpleApplicationGUI
Gibt Errormessages aus
_fileChooserDirectory - Variable in class de.bsvrz.sys.funclib.application.SimpleApplicationGUI
Speichert das zuletzt gewählte Verzeichnis in einem FileChooser
_font - Static variable in class de.bsvrz.sys.funclib.application.SimpleApplicationGUI
Font für Logs
_inputReader - Variable in class de.bsvrz.sys.funclib.application.SimpleApplicationGUI.StreamReaderThread
 
_ipList - Variable in class de.bsvrz.sys.funclib.application.AbstractGUIApplication.PreferencesModel
 
_legendPanel - Variable in class de.bsvrz.sys.funclib.application.SimpleApplicationGUI
Dieses Fenster wird in der historie angezeigt und erscheint zwischen den beiden Logos auf der linken Seite
_mainFrame - Variable in class de.bsvrz.sys.funclib.application.SimpleApplicationGUI
Panel, das alle Componenten enthält, die angezeigt werden sollen
_menuBar - Variable in class de.bsvrz.sys.funclib.application.SimpleApplicationGUI
Menu, das vom Anwender der abstrakten Klasse modifiziert werden kann
_modifiedArgumentlist - Variable in class de.bsvrz.sys.funclib.application.SimpleApplicationGUI
Argumentliste, die in der start-Methode übergeben wurde, es fehlen die Argumente:
-gui
-prozessname
-arbeitsverzeichnis
_nextNumber - Variable in class de.bsvrz.sys.funclib.application.AbstractGUIApplication.PreferencesModel
Die laufende Nummer wird von 2 Mrd.
_numberOfIpsToStore - Variable in class de.bsvrz.sys.funclib.application.AbstractGUIApplication.PreferencesModel
 
_objectPid - Variable in class de.bsvrz.sys.funclib.application.SampleApp
 
_parameters - Variable in class de.bsvrz.sys.funclib.application.AbstractGUIApplication
 
_portComboBoxModel - Variable in class de.bsvrz.sys.funclib.application.AbstractGUIApplication.IpComboBoxModel
 
_preferencesModel - Variable in class de.bsvrz.sys.funclib.application.AbstractGUIApplication
 
_preferencesModel - Variable in class de.bsvrz.sys.funclib.application.AbstractGUIApplication.IpComboBoxModel
 
_preferencesModel - Variable in class de.bsvrz.sys.funclib.application.AbstractGUIApplication.PortComboBoxModel
 
_preferencesRoot - Variable in class de.bsvrz.sys.funclib.application.AbstractGUIApplication.PreferencesModel
 
_process - Variable in class de.bsvrz.sys.funclib.application.SimpleApplicationGUI
Prozess, der das Script ausführt
_processArguments - Variable in class de.bsvrz.sys.funclib.application.SimpleApplicationGUI
Speichert die Argumente, mit denen der Prozoess aufgerufen wurde
_processEnvironment - Variable in class de.bsvrz.sys.funclib.application.SimpleApplicationGUI
Speichert die Umgebungsvariablen, mit denen der Prozoess aufgerufen wurde
_processWorkingDirectory - Variable in class de.bsvrz.sys.funclib.application.SimpleApplicationGUI
Speichert das Arbeitsverzeichniss des Prozesses
_reserve - Variable in class de.bsvrz.sys.funclib.application.ExitOnErrorUncaughtExceptionHandler
Speicherreserve, die freigegeben wird, wenn ein Error auftritt, damit die Ausgaben nach einem OutOfMemoryError funktionieren
_reserve - Variable in class de.bsvrz.sys.funclib.application.StandardApplicationRunner.UncaughtExceptionHandler
Speicherreserve, die freigegeben wird, wenn ein Error auftritt, damit die Ausgaben nach einem OutOfMemoryError funktionieren
_saveDebugLogText - Variable in class de.bsvrz.sys.funclib.application.SimpleApplicationGUI
 
_saveErrorLogText - Variable in class de.bsvrz.sys.funclib.application.SimpleApplicationGUI
 
_selectedIp - Variable in class de.bsvrz.sys.funclib.application.AbstractGUIApplication.PreferencesModel
 
_selectedPort - Variable in class de.bsvrz.sys.funclib.application.AbstractGUIApplication.PreferencesModel
 
_standardUserPanelButtonName - Variable in class de.bsvrz.sys.funclib.application.SimpleApplicationGUI
Falls der StandardUserPanel benutzt wird, wird hier der Name des Buttons zum stoppen und neustarten des Prozesses festgelegt.
_textPane - Variable in class de.bsvrz.sys.funclib.application.SimpleApplicationGUI.StreamReaderThread
 
_userPanel - Variable in class de.bsvrz.sys.funclib.application.SimpleApplicationGUI
Dieses Panel wird vom Benutzer zur Verfügung gestellt

A C D E G I M N P R S U _