ome.util.tasks
Class DebugTask

java.lang.Object
  extended by ome.util.tasks.Task
      extended by ome.util.tasks.SimpleTask
          extended by ome.util.tasks.DebugTask
All Implemented Interfaces:
Runnable

public class DebugTask
extends SimpleTask

Task for debugging, which simply prints all properties passed to it on standard out.

Since:
3.0-Beta2
Author:
Josh Moore, josh.moore at gmx.de
See Also:
Task

Constructor Summary
DebugTask(ServiceFactory serviceFactory, Properties properties)
          Sole constructor.
 
Method Summary
 void doTask()
          Does nothing.
 
Methods inherited from class ome.util.tasks.SimpleTask
close, handleException, init
 
Methods inherited from class ome.util.tasks.Task
completedSuccessfully, enumValue, getLogger, getProperties, getServiceFactory, run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugTask

public DebugTask(ServiceFactory serviceFactory,
                 Properties properties)
Sole constructor. Delegates to SimpleTask

See Also:
SimpleTask.SimpleTask(ServiceFactory, Properties)
Method Detail

doTask

public void doTask()
Does nothing.

Overrides:
doTask in class SimpleTask


OmeroJava Api

Version: Beta-4.1.1-r5927-b91

Copyright © 2009 The University of Dundee. All Rights Reserved.