Class StandardNonRetrievableTask

java.lang.Object
org.jbrew.concurrent.AbstractTask<java.lang.Void>
org.jbrew.concurrent.BasicTask
org.jbrew.concurrent.standard.StandardNonRetrievableTask
All Implemented Interfaces:
java.lang.Runnable, Task<java.lang.Void>

public class StandardNonRetrievableTask
extends BasicTask
This is a standard implementation of the BasicTask.
Author:
Neal Kumar
  • Constructor Summary

    Constructors 
    Constructor Description
    StandardNonRetrievableTask()  
  • Method Summary

    Modifier and Type Method Description
    protected void execute()
    The execute() method allows clients to execute the business logic associated with the respective Task.

    Methods inherited from class org.jbrew.concurrent.BasicTask

    run

    Methods inherited from class org.jbrew.concurrent.AbstractTask

    getName, getPriority, getThreadId, setName, setPriority

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait