org.inria.myriads.snoozenode.executor.thread
Class ExecutorThread

java.lang.Object
  extended by org.inria.myriads.snoozenode.executor.thread.ExecutorThread
All Implemented Interfaces:
Runnable

public final class ExecutorThread
extends Object
implements Runnable

Executor thread.

Author:
Eugen Feller

Constructor Summary
ExecutorThread(String command, ExecutorListener executor)
          Wakeup watchdog.
 
Method Summary
 void run()
          Run method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutorThread

public ExecutorThread(String command,
                      ExecutorListener executor)
Wakeup watchdog.

Parameters:
command - The command
executor - The executor listener
Method Detail

run

public void run()
Run method.

Specified by:
run in interface Runnable


Copyright © 2012. All Rights Reserved.