Softhema JPA - Content
GO TO THE GERMAN SITE

softhema.system.automation
Interface AppThread

All Superinterfaces:
java.rmi.Remote
All Known Subinterfaces:
AppThread_win32

public interface AppThread
extends java.rmi.Remote

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

getLicenseInfo

public java.lang.String getLicenseInfo()
                                throws java.lang.Exception
The method returns copyright information of the Java class.

isAlive

public boolean isAlive()
                throws java.lang.Exception
Prüft ob das Fenster noch existiert.

join

public void join()
          throws java.lang.Exception
Wartet bis der Thread beendet ist.

join

public void join(long millis)
          throws java.lang.Exception
Wartet bis der Thread beendet wird oder ein Timeout, angegeben durch die Variable millis, ausgelöst wird.

getWindowsTopLevel

public AppWindowTopLevel[] getWindowsTopLevel()
                                       throws java.lang.Exception
Liefert alle Toplevel-Fenster, welche diesem Thread angehören.

getWindows

public AppWindow[] getWindows()
                       throws java.lang.Exception
Liefert alle Fenster, welche diesem Thread angehören.

Softhema JPA - Content
GO TO THE GERMAN SITE

Copyright 2001-2002 by Softhema Group (www.softhema.de). Softhema and JPA are trademarks or registered trademarks. All rights reserved. This software comes with absolutely no warranty and no support. Read the license carefully.