org.mule.transport.jms
Class JmsTransactionFactory
java.lang.Object
org.mule.transport.jms.JmsTransactionFactory
- All Implemented Interfaces:
- TransactionFactory
public class JmsTransactionFactory
- extends java.lang.Object
- implements TransactionFactory
JmsTransactionFactory
creates a JMS local transaction
Method Summary |
Transaction |
beginTransaction(MuleContext muleContext)
Create and begins a new transaction |
java.lang.String |
getName()
|
boolean |
isTransacted()
Determines whether this transaction factory creates transactions that are
really transacted or if they are being used to simulate batch actions, such as
using Jms Client Acknowledge. |
void |
setName(java.lang.String name)
|
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
- Description copied from interface:
TransactionFactory
- Create and begins a new transaction
- Specified by:
beginTransaction
in interface TransactionFactory
- Returns:
- a new Transaction
- Throws:
TransactionException
- if the transaction cannot be created or begun
isTransacted
public boolean isTransacted()
- Description copied from interface:
TransactionFactory
- Determines whether this transaction factory creates transactions that are
really transacted or if they are being used to simulate batch actions, such as
using Jms Client Acknowledge.
- Specified by:
isTransacted
in interface TransactionFactory
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.