Class semper.SemperServer.SSDaemon
All Packages Class Hierarchy This Package Previous Next Index
Class semper.SemperServer.SSDaemon
java.lang.Object
|
+----java.lang.Thread
|
+----semper.SemperServer.SSDaemon
- public class SSDaemon
- extends Thread
- implements SSTaskControl
SSDaemon implements a handler for client-server
connection requests
- Author:
- Kostas Tzelepis, Petros Pantis
-
SSDaemon(SSTimer)
- SSDaemon object constructor
-
GetFlags()
-
-
GetID()
-
-
GetStatus()
-
-
Notify()
-
-
run()
- This method blocks until a new connection has been established.
-
SetID(int)
-
-
SetPriority(int)
-
-
SetStatus()
-
-
Stop()
-
SSDaemon
public SSDaemon(SSTimer mo)
- SSDaemon object constructor
- Parameters:
- mo - the Monitor Timer object
run
public void run()
- This method blocks until a new connection has been established.
After that the new CLConnection object will be pushed into a
storage structure for further proccessing.
- Overrides:
- run in class Thread
- See Also:
- SSMonitor
Notify
public void Notify()
GetFlags
public int GetFlags()
Stop
public void Stop()
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