BEAST
eu.baltrad.beast.scheduler.BeastJobInvoker Class Reference

Will trigger the IBeastJob that has been stored in the jobdetail. More...

Inheritance diagram for eu.baltrad.beast.scheduler.BeastJobInvoker:

Public Member Functions

void execute (JobExecutionContext ctx) throws JobExecutionException
 

Protected Member Functions

BltTriggerJobMessage createMessage (String id, String name, Date scheduledFireTime, Date fireTime, Date prevFireTime, Date nextFireTime)
 Creates a scheduled job message.
 

Detailed Description

Will trigger the IBeastJob that has been stored in the jobdetail.

Author
Anders Henja

Member Function Documentation

◆ createMessage()

BltTriggerJobMessage eu.baltrad.beast.scheduler.BeastJobInvoker.createMessage ( String id,
String name,
Date scheduledFireTime,
Date fireTime,
Date prevFireTime,
Date nextFireTime )
inlineprotected

Creates a scheduled job message.

Parameters
idthe id
namethe name
Returns
the message

◆ execute()

void eu.baltrad.beast.scheduler.BeastJobInvoker.execute ( JobExecutionContext ctx) throws JobExecutionException
inline
See also
org.quartz.Job.execute(org.quartz.JobExecutionContext)

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