|
|||||||||
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.AbstractJmsServiceFactory
org.jboss.soa.esb.services.jbpm.integration.timer.JmsSchedulerServiceFactory
public class JmsSchedulerServiceFactory
Implementation of a scheduler service using quartz.
connectionFactoryJndiName
destinationJndiName
isCommitEnabled
providerAdapterJNDI
Constructor Summary | |
---|---|
JmsSchedulerServiceFactory()
|
Method Summary | |
---|---|
void |
close()
Close this factory. |
javax.jms.Destination |
getDestination()
Get the JMS destination associated with this scheduler. |
Service |
openService()
Create a JMS scheduler service based on this factory. |
void |
setScheduledDeliveryStrategy(JmsScheduledDeliveryStrategy scheduledDeliveryStrategy)
Set the scheduled delivery strategy. |
Methods inherited from class org.jboss.soa.esb.services.jbpm.integration.AbstractJmsServiceFactory |
---|
getConnectionFactory, getProvider, isCommitEnabled, lookup |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JmsSchedulerServiceFactory()
Method Detail |
---|
public javax.jms.Destination getDestination()
public Service openService()
public void close()
close
in class AbstractJmsServiceFactory
public void setScheduledDeliveryStrategy(JmsScheduledDeliveryStrategy scheduledDeliveryStrategy)
scheduledDeliveryStrategy
- The scheduled delivery strategy.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |