fr.inria.peerunit.rmi.coord
Class MethodExecute

java.lang.Object
  extended by fr.inria.peerunit.rmi.coord.MethodExecute
All Implemented Interfaces:
java.lang.Runnable

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

Since:
1.0
Version:
1.0
Author:
Eduardo Almeida.
See Also:
Runnable, Tester, MethodDescription

Constructor Summary
MethodExecute(Tester t, MethodDescription m)
           
 
Method Summary
 void run()
          Asks the Tester to execute the Method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodExecute

public MethodExecute(Tester t,
                     MethodDescription m)
Parameters:
t - the tester.
m - the method to be executed by the tester.
Method Detail

run

public void run()
Asks the Tester to execute the Method.

Specified by:
run in interface java.lang.Runnable


Copyright © 2010. All Rights Reserved.