|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--java.lang.Thread
|
+--ExecutorThread
| Field Summary | |
private LinkedListQ |
ActionRes
|
private AgendaCell |
agenda
|
private LinkedListQ |
AgendaQ
|
private Semaphore |
executor_notify
|
private Agent |
Local
|
private java.util.Hashtable |
Pending
|
private Semaphore |
schedular_notify
|
| Fields inherited from class java.lang.Thread |
contextClassLoader,
daemon,
eetop,
group,
inheritedAccessControlContext,
MAX_PRIORITY,
MIN_PRIORITY,
name,
NORM_PRIORITY,
priority,
single_step,
stillborn,
stopThreadPermission,
target,
threadInitNumber,
threadQ,
values |
| Constructor Summary | |
ExecutorThread(AgendaCell x,
Agent Local,
java.util.Hashtable Pending,
LinkedListQ actionres,
LinkedListQ AQ,
Semaphore e_notify,
Semaphore s_n)
|
|
| Method Summary | |
void |
DebugExecute(java.lang.String Message)
|
void |
run()
|
| Methods inherited from class java.lang.Thread |
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Field Detail |
private AgendaCell agenda
private Agent Local
private java.util.Hashtable Pending
private LinkedListQ ActionRes
private LinkedListQ AgendaQ
private Semaphore schedular_notify
private Semaphore executor_notify
| Constructor Detail |
public ExecutorThread(AgendaCell x,
Agent Local,
java.util.Hashtable Pending,
LinkedListQ actionres,
LinkedListQ AQ,
Semaphore e_notify,
Semaphore s_n)
| Method Detail |
public void run()
public void DebugExecute(java.lang.String Message)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||