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
-
idleID
-
-
Job
-
-
jobID
-
-
JobNum
-
-
JobThread
-
-
sleepEnd
-
-
sleepTime
-
-
SSTaskData(SSTaskControl, int, int, int)
- Object constructor
Job
public static int Job
JobNum
public int JobNum
JobThread
public SSTaskControl JobThread
sleepTime
public int sleepTime
sleepEnd
public long sleepEnd
idleID
public int idleID
jobID
public int jobID
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