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
-
jobID
-
-
JobNum
-
-
JobThread
-
-
sleepEnd
-
-
sleepTime
-
-
SCTaskData(SCTaskControl, int, int)
- Object constructor
JobThread
public SCTaskControl JobThread
sleepTime
public int sleepTime
sleepEnd
public long sleepEnd
jobID
public int jobID
JobNum
public int JobNum
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