|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.soa.esb.services.jbpm.integration.scheduled.JBossMessagingScheduledDeliveryStrategy
public class JBossMessagingScheduledDeliveryStrategy
Strategy class for JMS scheduled deliveries.
| Constructor Summary | |
|---|---|
JBossMessagingScheduledDeliveryStrategy()
|
|
| Method Summary | |
|---|---|
void |
initialiseScheduledDelivery(javax.jms.Message message,
long time)
Initialise the scheduled delivery properties on the JMS message. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JBossMessagingScheduledDeliveryStrategy()
| Method Detail |
|---|
public void initialiseScheduledDelivery(javax.jms.Message message,
long time)
throws javax.jms.JMSException
initialiseScheduledDelivery in interface JmsScheduledDeliveryStrategymessage - The JMS message representing the scheduled job.time - The time when the JMS message should be delivered.
javax.jms.JMSException - for errors initialising the scheduled delivery.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||