zeus.actors.rtn
Class TimeOutActions

java.lang.Object
  extended byjava.util.TimerTask
      extended byzeus.actors.rtn.TimeOutActions
All Implemented Interfaces:
java.lang.Runnable

public class TimeOutActions
extends java.util.TimerTask

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

Version:
1.0
Author:
Simon Thompson

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

toCall

Node toCall
Constructor Detail

TimeOutActions

public TimeOutActions(Node toCall)
constructor that calls super and sets the callback for action

Method Detail

run

public void run()
call timeOut in the Node that has this set.



Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.