Class semper.SemperServer.SSTaskData
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.SemperServer.SSTaskData

java.lang.Object
   |
   +----semper.SemperServer.SSTaskData

public class SSTaskData
extends Object
This structure constitude the storage element for the Monitor queues.
Author:
Kostas Tzelepis, Petros Pantis
See Also:
SSMonitor

Variable Index

 o idleID
 o Job
 o jobID
 o JobNum
 o JobThread
 o sleepEnd
 o sleepTime

Constructor Index

 o SSTaskData(SSTaskControl, int, int, int)
Object constructor

Variables

 o Job
  public static int Job
 o JobNum
  public int JobNum
 o JobThread
  public SSTaskControl JobThread
 o sleepTime
  public int sleepTime
 o sleepEnd
  public long sleepEnd
 o idleID
  public int idleID
 o jobID
  public int jobID

Constructors

 o SSTaskData
  public SSTaskData(SSTaskControl tr,
                    int sleepTimeVal,
                    int stackId,
                    int id)
Object constructor
Parameters:
tr - the SSTaskControl object reference
sleepTimeVal - the amount of idle time
stackId - the Monitor's ActiveStack or IdleStack identifier
id - the thread object type identifier
See Also:
SSMonitor

All Packages  Class Hierarchy  This Package  Previous  Next  Index