Class ScheduledTask

java.lang.Object
com.orchestranetworks.scheduler.ScheduledTask

public abstract class ScheduledTask extends Object
Task definition to be executed by the EBX® task scheduler. To define a task, a concrete class extending this abstract class must be implemented. This concrete class must have a public no-argument constructor.

Life cycle

A ScheduledTask is instantiated each time a task definition is validated by EBX® and each time the execution is fired by the scheduler.

Configuration

A ScheduledTask can be parameterized using JavaBean specifications (getters and setters).

Supported parameter types are:

  • boolean
  • int
  • java.lang.Boolean
  • java.lang.Integer
  • java.math.BigDecimal
  • java.lang.String
  • java.util.Date
  • java.net.URI
  • java.net.URL