Save This Page
Home » quartz-1.6.0 » org.quartz.jobs.ee » jms » [javadoc | source]
org.quartz.jobs.ee.jms
public class: SendDesitnationMessageJob [javadoc | source]
java.lang.Object
   org.quartz.jobs.ee.jms.SendDesitnationMessageJob

All Implemented Interfaces:
    Job

A Job that sends a javax.jms.Message to a javax.jms.Destination. Note, this class can only be used in a JMS 1.1 compliant environment.

The following properties are expected to be provided in the JobDataMap:

The following properties are optional

The following properties can be used for JNDI support:

Method from org.quartz.jobs.ee.jms.SendDesitnationMessageJob Summary:
execute
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.quartz.jobs.ee.jms.SendDesitnationMessageJob Detail:
 public  void execute(JobExecutionContext context) throws JobExecutionException