|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Thread | +--Executor
Field Summary | |
private LinkedListQ |
ActionRes
|
private LinkedListQ |
Agenda
|
private Semaphore |
executor_wait
|
private boolean |
good
|
private Agent |
Local
|
private java.util.Hashtable |
Pending
|
private Semaphore |
schedular_notify
|
private boolean |
Shutdown
|
private boolean |
Startup
|
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 | |
Executor(Agent Local,
LinkedListQ Agenda,
LinkedListQ Results,
java.util.Hashtable Pending,
Semaphore one,
Semaphore two)
|
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 boolean good
private LinkedListQ Agenda
private LinkedListQ ActionRes
private java.util.Hashtable Pending
private Agent Local
private boolean Startup
private boolean Shutdown
private Semaphore executor_wait
private Semaphore schedular_notify
Constructor Detail |
public Executor(Agent Local, LinkedListQ Agenda, LinkedListQ Results, java.util.Hashtable Pending, Semaphore one, Semaphore two)
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 |