org.jbpm.msg.jms
Class JmsMessageServiceFactory

java.lang.Object
  extended by org.jbpm.msg.jms.JmsMessageServiceFactory
All Implemented Interfaces:
java.io.Serializable, org.jbpm.svc.ServiceFactory
Direct Known Subclasses:
JmsMessageServiceFactoryImpl

public class JmsMessageServiceFactory
extends java.lang.Object
implements org.jbpm.svc.ServiceFactory

The JMS message service leverages the reliable communication infrastructure accessed through JMS interfaces to deliver asynchronous continuation messages to the JobListenerBean.

Configuration

The JMS message service factory exposes the following configurable fields. Refer to the jBPM manual for details.

Author:
Tom Baeyens, Alejandro Guizar
See Also:
Serialized Form

Constructor Summary
JmsMessageServiceFactory()
           
 
Method Summary
 void close()
           
 javax.jms.Destination getCommandDestination()
           
 javax.jms.ConnectionFactory getConnectionFactory()
           
 javax.jms.Destination getDestination()
           
 boolean isCommitEnabled()
           
 org.jbpm.svc.Service openService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JmsMessageServiceFactory

public JmsMessageServiceFactory()
Method Detail

getConnectionFactory

public javax.jms.ConnectionFactory getConnectionFactory()

getDestination

public javax.jms.Destination getDestination()

getCommandDestination

public javax.jms.Destination getCommandDestination()

isCommitEnabled

public boolean isCommitEnabled()

openService

public org.jbpm.svc.Service openService()
Specified by:
openService in interface org.jbpm.svc.ServiceFactory

close

public void close()
Specified by:
close in interface org.jbpm.svc.ServiceFactory


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.