All Packages Class Hierarchy This Package Previous Next Index
Class semper.dispatcher.BargainerTaskData
java.lang.Object
|
+----semper.dispatcher.BargainerTaskData
- public class BargainerTaskData
- extends Object
This structure constitude the storage element for the Monitor queues.
- Author:
- Kostas Tzelepis, Petros Pantis
-
jobID
- Indicates the thread object type identifier
-
JobNum
- The
BargainerTaskControl
thread object sequence number
-
JobThread
- Attribute used to store the associated
BargainerTaskControl
object
-
sleepEnd
- Indicates when the
BargainerTaskControl
thread object should be killed
-
sleepTime
- Indicates the maximum idle time associated
BargainerTaskControl
object
-
state
- Indicates the state of the
BargainerTaskControl
thread object
-
BargainerTaskData(BargainerTaskControl, int, int)
- Object constructor
JobThread
protected BargainerTaskControl JobThread
- Attribute used to store the associated
BargainerTaskControl
object
sleepTime
protected int sleepTime
- Indicates the maximum idle time associated
BargainerTaskControl
object
sleepEnd
protected long sleepEnd
- Indicates when the
BargainerTaskControl
thread object should be killed
jobID
protected int jobID
- Indicates the thread object type identifier
JobNum
protected int JobNum
- The
BargainerTaskControl
thread object sequence number
state
protected int state
- Indicates the state of the
BargainerTaskControl
thread object
BargainerTaskData
public BargainerTaskData(BargainerTaskControl tr,
int sleepTimeVal,
int id)
- Object constructor
- Parameters:
- tr - the BargainerTaskControl object reference
- sleepTimeVal - the amount of idle time
- id - the thread object type identifier
All Packages Class Hierarchy This Package Previous Next Index