Class semper.SemperServer.SSActionEngine
All Packages Class Hierarchy This Package Previous Next Index
Class semper.SemperServer.SSActionEngine
java.lang.Object
|
+----java.lang.Thread
|
+----semper.SemperServer.SSActionEngine
- public class SSActionEngine
- extends Thread
- implements SSTaskControl
This class is the platform for the execution of every BAapplication.
- Version:
- $Revision: 1.5 $ $Date: 1996/08/22 07:36:53 $
- Author:
- Petros Pantis, Kostas Tzelepis
- See Also:
- run
-
baObj
-
-
SSActionEngine(int, SSTimer)
- Constructor of the SSActionEngine object.
-
GetFlags()
-
-
GetID()
-
-
GetStatus()
-
-
Notify()
-
-
run()
- Gets a new BAapplication and associate the
execution to the SSBApp object.
-
SetID(int)
-
-
SetPriority(int)
-
-
SetStatus()
-
-
Stop()
- Called from the Monitor object to destroy the SSActionEngine object
baObj
public SSActionData baObj
SSActionEngine
public SSActionEngine(int id,
SSTimer monitorImpl)
- Constructor of the SSActionEngine object.
- Parameters:
- id - identifier of the SSActionEngine object
- monitorImpl - reference to the Monitor timer object
Stop
public void Stop()
- Called from the Monitor object to destroy the SSActionEngine object
- See Also:
- Stop
run
public void run()
- Gets a new BAapplication and associate the
execution to the SSBApp object.
- Overrides:
- run in class Thread
- See Also:
- run
Notify
public void Notify()
GetFlags
public int GetFlags()
SetPriority
public void SetPriority(int prio)
SetID
public void SetID(int id)
GetID
public int GetID()
GetStatus
public int GetStatus()
SetStatus
public void SetStatus()
All Packages Class Hierarchy This Package Previous Next Index