BrightSide Workbench Full Report + Source Code
org.turro.queue.Task Interface Reference
Inheritance diagram for org.turro.queue.Task:

Public Member Functions

String getLabel ()
 
String getImage ()
 
String getMessage ()
 
Date getCall ()
 
Date getExecution ()
 
TaskStatus getStatus ()
 
boolean isReintent ()
 
void execute ()
 
boolean isInterrupted ()
 

Detailed Description

Member Function Documentation

◆ execute()

void org.turro.queue.Task.execute ( )

Implemented in org.turro.queue.AbstractTask.

Here is the caller graph for this function:

◆ getCall()

Date org.turro.queue.Task.getCall ( )

◆ getExecution()

Date org.turro.queue.Task.getExecution ( )

◆ getImage()

String org.turro.queue.Task.getImage ( )

◆ getLabel()

String org.turro.queue.Task.getLabel ( )

◆ getMessage()

String org.turro.queue.Task.getMessage ( )

◆ getStatus()

TaskStatus org.turro.queue.Task.getStatus ( )

Implemented in org.turro.queue.AbstractTask.

Here is the caller graph for this function:

◆ isInterrupted()

boolean org.turro.queue.Task.isInterrupted ( )

◆ isReintent()

boolean org.turro.queue.Task.isReintent ( )

Implemented in org.turro.queue.AbstractTask.

Here is the caller graph for this function:

The documentation for this interface was generated from the following file: