Class Executor

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--Executor

public class Executor
extends java.lang.Thread


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
, activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, exit, getContextClassLoader, getName, getPriority, getThreadGroup, init, interrupt, interrupt0, interrupted, isAlive, isDaemon, isInterrupted, isInterrupted, join, join, join, nextThreadNum, registerNatives, resume, resume0, setContextClassLoader, setDaemon, setName, setPriority, setPriority0, sleep, sleep, start, stop, stop, stop0, suspend, suspend0, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

good

private boolean good

Agenda

private LinkedListQ Agenda

ActionRes

private LinkedListQ ActionRes

Pending

private java.util.Hashtable Pending

Local

private Agent Local

Startup

private boolean Startup

Shutdown

private boolean Shutdown

executor_wait

private Semaphore executor_wait

schedular_notify

private Semaphore schedular_notify
Constructor Detail

Executor

public Executor(Agent Local,
                LinkedListQ Agenda,
                LinkedListQ Results,
                java.util.Hashtable Pending,
                Semaphore one,
                Semaphore two)
Method Detail

run

public void run()
Overrides:
run in class java.lang.Thread

DebugExecute

public void DebugExecute(java.lang.String Message)