fr.inria.peerunit.rmi.tester
Class Timeout

java.lang.Object
  extended by fr.inria.peerunit.rmi.tester.Timeout
All Implemented Interfaces:
java.lang.Runnable

public class Timeout
extends java.lang.Object
implements java.lang.Runnable

Since:
1.0
Version:
1.0
Author:
Eduardo Almeida., sunye
See Also:
Runnable, Thread

Constructor Summary
Timeout(java.lang.Thread t, long millis)
           
 
Method Summary
 void run()
          measure the life time of an thread
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Timeout

public Timeout(java.lang.Thread t,
               long millis)
Method Detail

run

public void run()
measure the life time of an thread

Specified by:
run in interface java.lang.Runnable
Parameters:
t - the tester which will be registered
list - the MethodDescription list
Throws:
java.lang.InterruptedException
See Also:
fr.inria.peerunit.Coordinator#register(fr.inria.peerunit.Tester,fr.inria.peerunit.parser.MethodDescription)


Copyright © 2010. All Rights Reserved.