org.openmrs.scheduler.tasks
Class HelloWorldThread

java.lang.Object
  extended by org.openmrs.scheduler.tasks.HelloWorldThread
All Implemented Interfaces:
java.lang.Runnable

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

Implementation of the stateless task.


Constructor Summary
HelloWorldThread()
          Public constructor.
 
Method Summary
 void run()
          Illustrates stateless functionality as simply as possible.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelloWorldThread

public HelloWorldThread()
Public constructor.

Method Detail

run

public void run()
Illustrates stateless functionality as simply as possible. Not very useful in our system, except maybe as a polling thread that checks internet connectivity by opening a connection to an external URL. But even that isn't very useful unless it tells someone or something about the connectivity (i.e. calls another service method)

Specified by:
run in interface java.lang.Runnable

OpenMRS-1.7.x

Generated Apr 27 2012 10:06 PM. NOTE - these libraries are in active development and subject to change