edu.jas.util
Class Executable

java.lang.Object
  extended by edu.jas.util.Executable
All Implemented Interfaces:
RemoteExecutable, java.io.Serializable, java.lang.Runnable

 class Executable
extends java.lang.Object
implements RemoteExecutable

Unit Test Class which implements interface RemoteExecutable.


Constructor Summary
Executable(java.lang.String param)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Executable

public Executable(java.lang.String param)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable