|
Softhema JPA - Content GO TO THE GERMAN SITE |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Repräsentiert einen Thread der in einem Prozess läuft.
| Method Summary | |
java.lang.String |
getLicenseInfo()
The method returns copyright information of the Java class. |
AppWindow[] |
getWindows()
Liefert alle Fenster, welche diesem Thread angehören. |
AppWindowTopLevel[] |
getWindowsTopLevel()
Liefert alle Toplevel-Fenster, welche diesem Thread angehören. |
boolean |
isAlive()
Prüft ob das Fenster noch existiert. |
void |
join()
Wartet bis der Thread beendet ist. |
void |
join(long millis)
Wartet bis der Thread beendet wird oder ein Timeout, angegeben durch die Variable millis, ausgelöst wird. |
| Method Detail |
public java.lang.String getLicenseInfo()
throws java.lang.Exception
public boolean isAlive()
throws java.lang.Exception
public void join()
throws java.lang.Exception
public void join(long millis)
throws java.lang.Exception
public AppWindowTopLevel[] getWindowsTopLevel()
throws java.lang.Exception
public AppWindow[] getWindows()
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 | |||||||||