org.quartz.jobs.ee.jms
Class SendTopicMessageJob

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

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

A Job that sends a javax.jms.Message to a javax.jms.Topic. This class is for older JMS. If you are using JMS 1.1, you should use SendDestinationMessageJob instead.

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
See Also:
JmsMessageFactory

Constructor Summary
SendTopicMessageJob()
           
 
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

SendTopicMessageJob

public SendTopicMessageJob()
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-2013, Terracotta, Inc.