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

Constructor Index

 o SSDaemon(SSTimer)
SSDaemon object constructor

Method Index

 o GetFlags()
 o GetID()
 o GetStatus()
 o Notify()
 o run()
This method blocks until a new connection has been established.
 o SetID(int)
 o SetPriority(int)
 o SetStatus()
 o Stop()

Constructors

 o SSDaemon
  public SSDaemon(SSTimer mo)
SSDaemon object constructor
Parameters:
mo - the Monitor Timer object

Methods

 o 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
 o Notify
  public void Notify()
 o GetFlags
  public int GetFlags()
 o Stop
  public void Stop()
 o SetPriority
  public void SetPriority(int prio)
 o SetID
  public void SetID(int id)
 o GetID
  public int GetID()
 o GetStatus
  public int GetStatus()
 o SetStatus
  public void SetStatus()

All Packages  Class Hierarchy  This Package  Previous  Next  Index