|
|||||||||
| 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.msg.JmsMessageService
public class JmsMessageService
| Field Summary |
|---|
| Fields inherited from class org.jboss.soa.esb.services.jbpm.integration.AbstractJmsJobService |
|---|
log |
| Constructor Summary | |
|---|---|
JmsMessageService(javax.jms.ConnectionFactory connectionFactory,
javax.jms.Destination destination,
boolean isCommitEnabled)
Construct the JMS message service. |
|
| Method Summary | |
|---|---|
void |
send(Job job)
Send the job to the job executor. |
| 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 JmsMessageService(javax.jms.ConnectionFactory connectionFactory,
javax.jms.Destination destination,
boolean isCommitEnabled)
throws javax.jms.JMSException
connectionFactory - The associated JMS connection factory.destination - The JMS destination.isCommitEnabled - true if commit is to be invoked, false otherwise.
javax.jms.JMSException - For JMS errors.| Method Detail |
|---|
public void send(Job job)
job - The job to send.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||