|
|||||||||
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.AbstractJmsJobService
org.jboss.soa.esb.services.jbpm.integration.timer.JmsSchedulerService
public class JmsSchedulerService
Implementation of the jBPM scheduler service targeting quartz.
Field Summary |
---|
Fields inherited from class org.jboss.soa.esb.services.jbpm.integration.AbstractJmsJobService |
---|
log |
Constructor Summary | |
---|---|
JmsSchedulerService(JbpmContext jbpmContext,
javax.jms.ConnectionFactory connectionFactory,
javax.jms.Destination destination,
boolean isCommitEnabled,
JmsScheduledDeliveryStrategy scheduledDeliveryStrategy)
Create the JMS scheduler service. |
Method Summary | |
---|---|
void |
createTimer(Timer timer)
Create a timer. |
void |
deleteTimer(Timer timer)
Delete a specific timer. |
void |
deleteTimersByName(java.lang.String timerName,
Token token)
Delete a specific timer given a name and associated jBPM token. |
void |
deleteTimersByProcessInstance(ProcessInstance processInstance)
Delete timers associated with a jBPM process instance. |
Methods inherited from class org.jboss.soa.esb.services.jbpm.integration.AbstractJmsJobService |
---|
close, getJobSession, getMessageProducer, getSession, send |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JmsSchedulerService(JbpmContext jbpmContext, javax.jms.ConnectionFactory connectionFactory, javax.jms.Destination destination, boolean isCommitEnabled, JmsScheduledDeliveryStrategy scheduledDeliveryStrategy) throws javax.jms.JMSException
jbpmContext
- The current jBPM context.connectionFactory
- The associated JMS connection factory.destination
- The JMS destination for jobs.isCommitEnabled
- true if commit should be invoked, false otherwise.
javax.jms.JMSException
- For errors in constructing the JMS session.Method Detail |
---|
public void createTimer(Timer timer)
timer
- the timer to create.public void deleteTimer(Timer timer)
timer
- The timer to delete.public void deleteTimersByName(java.lang.String timerName, Token token)
timerName
- The name of the timer to delete.token
- The token associated with the timer.public void deleteTimersByProcessInstance(ProcessInstance processInstance)
processInstance
- The process instance associated with the timers.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |