|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.TimerTask
zeus.actors.rtn.TimeOutActions
TimeOutActions is intended to be started from nodes that can hang forever waiting for responses and buggering up the contract-net based default rationality of an agent when a message has failed on another agent in the system
| Field Summary | |
(package private) Node |
toCall
|
| Fields inherited from class java.util.TimerTask |
|
| Constructor Summary | |
TimeOutActions(Node toCall)
constructor that calls super and sets the callback for action |
|
| Method Summary | |
void |
run()
call timeOut in the Node that has this set. |
| Methods inherited from class java.util.TimerTask |
cancel, scheduledExecutionTime |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
Node toCall
| Constructor Detail |
public TimeOutActions(Node toCall)
| Method Detail |
public void run()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||