BrightSide Workbench Full Report + Source Code
org.turro.scheduler.motor.ScheduledTask Interface Reference
Inheritance diagram for org.turro.scheduler.motor.ScheduledTask:
Collaboration diagram for org.turro.scheduler.motor.ScheduledTask:

Public Member Functions

IConstructor getConstructor ()
 
boolean isSystem ()
 
String getName ()
 
String getDescription ()
 
void setDescription (String value)
 
String getImplementation ()
 
void setImplementation (String value)
 
Date getStartDate ()
 
void setStartDate (Date value)
 
Date getEndDate ()
 
void setEndDate (Date value)
 
boolean isDone ()
 
boolean isActive ()
 
void setActive (boolean value)
 
boolean shouldRun (Date now)
 
void doRun (Motor motor)
 
void stop ()
 
void writeXML (Element root)
 
void readXML (Element el)
 
String getData ()
 
void setData (String data)
 
String getDataLabel ()
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 29 of file ScheduledTask.java.

Member Function Documentation

◆ doRun()

void org.turro.scheduler.motor.ScheduledTask.doRun ( Motor  motor)

◆ getConstructor()

IConstructor org.turro.scheduler.motor.ScheduledTask.getConstructor ( )

◆ getData()

String org.turro.scheduler.motor.ScheduledTask.getData ( )

Implemented in org.turro.scheduler.motor.DefaultTask.

Here is the caller graph for this function:

◆ getDataLabel()

◆ getDescription()

String org.turro.scheduler.motor.ScheduledTask.getDescription ( )

Implemented in org.turro.scheduler.motor.DefaultTask.

Here is the caller graph for this function:

◆ getEndDate()

Date org.turro.scheduler.motor.ScheduledTask.getEndDate ( )

Implemented in org.turro.scheduler.motor.DefaultTask.

Here is the caller graph for this function:

◆ getImplementation()

String org.turro.scheduler.motor.ScheduledTask.getImplementation ( )

Implemented in org.turro.scheduler.motor.DefaultTask.

Here is the caller graph for this function:

◆ getName()

◆ getStartDate()

Date org.turro.scheduler.motor.ScheduledTask.getStartDate ( )

Implemented in org.turro.scheduler.motor.DefaultTask.

Here is the caller graph for this function:

◆ isActive()

boolean org.turro.scheduler.motor.ScheduledTask.isActive ( )

Implemented in org.turro.scheduler.motor.DefaultTask.

Here is the caller graph for this function:

◆ isDone()

boolean org.turro.scheduler.motor.ScheduledTask.isDone ( )

◆ isSystem()

boolean org.turro.scheduler.motor.ScheduledTask.isSystem ( )

◆ readXML()

void org.turro.scheduler.motor.ScheduledTask.readXML ( Element  el)

◆ setActive()

void org.turro.scheduler.motor.ScheduledTask.setActive ( boolean  value)

◆ setData()

void org.turro.scheduler.motor.ScheduledTask.setData ( String  data)

◆ setDescription()

void org.turro.scheduler.motor.ScheduledTask.setDescription ( String  value)

◆ setEndDate()

void org.turro.scheduler.motor.ScheduledTask.setEndDate ( Date  value)

◆ setImplementation()

void org.turro.scheduler.motor.ScheduledTask.setImplementation ( String  value)

◆ setStartDate()

void org.turro.scheduler.motor.ScheduledTask.setStartDate ( Date  value)

◆ shouldRun()

boolean org.turro.scheduler.motor.ScheduledTask.shouldRun ( Date  now)

◆ stop()

void org.turro.scheduler.motor.ScheduledTask.stop ( )

◆ writeXML()

void org.turro.scheduler.motor.ScheduledTask.writeXML ( Element  root)

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