Knopflerfish OSGi 1.3.3

org.knopflerfish.util.workerthread
Class Job

java.lang.Object
  extended byorg.knopflerfish.util.workerthread.Job
All Implemented Interfaces:
java.lang.Runnable
Direct Known Subclasses:
RepeatingJob

public abstract class Job
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
Job()
           
 
Method Summary
abstract  void run()
          Called by the WorkerThread when this Job is scheduled to run.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Job

public Job()
Method Detail

run

public abstract void run()
Called by the WorkerThread when this Job is scheduled to run.

Specified by:
run in interface java.lang.Runnable

Knopflerfish OSGi 1.3.3