org.openmrs.scheduler.tasks
Class CheckInternetConnectivityTask

java.lang.Object
  extended by org.openmrs.scheduler.tasks.AbstractTask
      extended by org.openmrs.scheduler.tasks.CheckInternetConnectivityTask
All Implemented Interfaces:
Task

public class CheckInternetConnectivityTask
extends AbstractTask

Simple implementation to check if we have a connection to the internet.


Field Summary
 
Fields inherited from class org.openmrs.scheduler.tasks.AbstractTask
isExecuting, taskDefinition
 
Constructor Summary
CheckInternetConnectivityTask()
           
 
Method Summary
 void execute()
          Executes the task defined in the task definition.
 
Methods inherited from class org.openmrs.scheduler.tasks.AbstractTask
authenticate, getTaskDefinition, initialize, isExecuting, shutdown, startExecuting, stopExecuting
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckInternetConnectivityTask

public CheckInternetConnectivityTask()
Method Detail

execute

public void execute()
Description copied from interface: Task
Executes the task defined in the task definition.

Specified by:
execute in interface Task
Specified by:
execute in class AbstractTask
See Also:
AbstractTask.execute()

OpenMRS-1.7.x

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