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:
- Push
-
jobID
-
-
JobNum
-
-
JobThread
-
-
sleepEnd
-
-
sleepTime
-
-
SSTaskData(SSTaskControl, int, int)
- Object constructor
JobThread
public SSTaskControl JobThread
sleepTime
public int sleepTime
sleepEnd
public long sleepEnd
jobID
public int jobID
JobNum
public int JobNum
SSTaskData
public SSTaskData(SSTaskControl tr,
int sleepTimeVal,
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:
- Push
All Packages Class Hierarchy This Package Previous Next Index