org.mule.transport.jms
Class JmsTransactionFactory
java.lang.Object
org.mule.transport.jms.JmsTransactionFactory
- All Implemented Interfaces:
- TransactionFactory
public class JmsTransactionFactory
- extends Object
- implements TransactionFactory
JmsTransactionFactory creates a JMS local transaction
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JmsTransactionFactory
public JmsTransactionFactory()
beginTransaction
public Transaction beginTransaction(MuleContext muleContext)
throws TransactionException
- Specified by:
beginTransaction in interface TransactionFactory
- Throws:
TransactionException
isTransacted
public boolean isTransacted()
- Specified by:
isTransacted in interface TransactionFactory
getName
public String getName()
setName
public void setName(String name)
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.