|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.Dictionary
java.util.Hashtable
zeus.actors.rtn.NodeWaitTable
| Nested Class Summary |
| Nested classes inherited from class java.util.Hashtable |
|
| Field Summary | |
protected java.util.Vector |
dont_add_list
|
protected Engine |
engine
|
protected Queue |
queue
|
protected long |
sleep_until
|
| Fields inherited from class java.util.Hashtable |
|
| Constructor Summary | |
NodeWaitTable(Engine engine,
Queue queue)
|
|
| Method Summary | |
void |
add(Node node)
|
void |
run()
|
protected long |
sleep_period()
|
java.lang.String |
toString()
|
void |
wakeup()
|
void |
wakeup(java.lang.String key)
|
| Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, values |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected Queue queue
protected Engine engine
protected java.util.Vector dont_add_list
protected long sleep_until
| Constructor Detail |
public NodeWaitTable(Engine engine,
Queue queue)
| Method Detail |
public void run()
run in interface java.lang.Runnableprotected long sleep_period()
public void wakeup()
public void wakeup(java.lang.String key)
public void add(Node node)
public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||