org.quartz.jobs.ee.jms
Class SendDestinationMessageJob

java.lang.Object
  extended by org.quartz.jobs.ee.jms.SendDestinationMessageJob
All Implemented Interfaces:
org.quartz.Job

public final class SendDestinationMessageJob
extends Object
implements org.quartz.Job

A Job that sends a javax.jms.Message to a javax.jms.Destination. Note, this class can only be used in a JMS-based 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:

Author:
Fernando Ribeiro, Weston M. Price, Frank Van Uffelen
See Also:
JmsMessageFactory

Constructor Summary
SendDestinationMessageJob()
           
 
Method Summary
 void execute(org.quartz.JobExecutionContext jobCtx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SendDestinationMessageJob

public SendDestinationMessageJob()
Method Detail

execute

public void execute(org.quartz.JobExecutionContext jobCtx)
             throws org.quartz.JobExecutionException
Specified by:
execute in interface org.quartz.Job
Throws:
org.quartz.JobExecutionException


Copyright 2001-2016, Terracotta, Inc.