|
Softhema JPA - Content GO TO THE GERMAN SITE |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Ein Objekt der Klasse AppProcess repräsentiert eine Anwendung (Programm), welches auf dem Rechner läuft, wo der ApplicationController ausgeführt wird.
| Method Summary | |
AppThread |
getAppThreadMain()
Gibt den initialen Hauptthread des Prozesses zurück. |
AppThread[] |
getAppThreads()
Liefert ein Array mit den laufenden Threads des Prozesses zurück. |
java.io.InputStream |
getErrorStream()
Liefert den Fehlerdatenstrom des Prozesses zurück. |
int |
getExitCode()
Liefert den Exit-Code zurück, für den Fall das der Prozess bereits beendet ist. |
java.io.File |
getFileExecutable()
Gibt ein File-Objekt zurück, welches auf die ausführbare Datei verweist. |
java.io.InputStream |
getInputStream()
Liefert den Eingabedatenstrom des Prozesses zurück. |
java.lang.String |
getLicenseInfo()
Gibt die Copyright-Angaben der Java-Klasse zurück. |
ModuleExecutable |
getModuleExecutable()
|
Module[] |
getModules()
Gibt die Module (Executable and Library modules) zurück. |
java.io.OutputStream |
getOutputStream()
Liefert den Ausgabedatenstrom des Prozesses zurück. |
AppWindowTopLevel |
getWindowMain()
Liefert das Hauptfenster der Anwendung zurück. |
AppWindowTopLevel[] |
getWindowsTopLevel()
Gibt alle TopLevelfenster (Rahmenfenster und Dialogfenster) zurück, die dem Prozess angehören. |
boolean |
isAlive()
Prüft, ob der Prozess noch lebt. |
void |
simulateKeys(java.lang.String sKeys,
boolean bWait)
Aktiviert das Hauptfenster des Prozesses und sendet anschließend die angegebenen Tastenkombinationen. |
int |
waitFor()
Wartet bis der Prozess beendet ist und gibt den Exit-Code zurück. |
void |
waitForInputIdle()
Wartet bis der Prozess für Benutzereingaben bereit ist. |
| Method Detail |
public java.lang.String getLicenseInfo()
throws java.lang.Exception
public Module[] getModules()
throws java.lang.Exception
public java.io.File getFileExecutable()
throws java.lang.Exception
public ModuleExecutable getModuleExecutable()
throws java.lang.Exception
public AppThread[] getAppThreads()
throws java.lang.Exception
public AppThread getAppThreadMain()
throws java.lang.Exception
public AppWindowTopLevel getWindowMain()
throws java.lang.Exception
public AppWindowTopLevel[] getWindowsTopLevel()
throws java.lang.Exception
public int getExitCode()
throws java.lang.Exception
public boolean isAlive()
throws java.lang.Exception
public int waitFor()
throws java.lang.Exception
public void waitForInputIdle()
throws java.lang.Exception
public java.io.OutputStream getOutputStream()
throws java.lang.Exception
public java.io.InputStream getInputStream()
throws java.lang.Exception
public java.io.InputStream getErrorStream()
throws java.lang.Exception
public void simulateKeys(java.lang.String sKeys,
boolean bWait)
throws java.lang.Exception
|
Softhema JPA - Content GO TO THE GERMAN SITE |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||