Class semper.SemperClient.SCTaskData
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.SemperClient.SCTaskData

java.lang.Object
   |
   +----semper.SemperClient.SCTaskData

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

Variable Index

 o jobID
 o JobNum
 o JobThread
 o sleepEnd
 o sleepTime

Constructor Index

 o SCTaskData(SCTaskControl, int, int)
Object constructor

Variables

 o JobThread
  public SCTaskControl JobThread
 o sleepTime
  public int sleepTime
 o sleepEnd
  public long sleepEnd
 o jobID
  public int jobID
 o JobNum
  public int JobNum

Constructors

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index