|
|||||||||
| 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.
connectionFactoryJndiNamedestinationJndiNameisCommitEnabledproviderAdapterJNDI
| Constructor Summary | |
|---|---|
JmsSchedulerServiceFactory()
|
|
| Method Summary | |
|---|---|
void |
close()
Close this factory. |
javax.jms.Destination |
getDestination()
Get the JMS destination associated with this scheduler. |
org.jbpm.svc.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 org.jbpm.svc.Service openService()
public void close()
close in interface org.jbpm.svc.ServiceFactoryclose in class AbstractJmsServiceFactorypublic 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 | ||||||||