org.mule.providers.jms
Class JmsClientAcknowledgeTransactionFactory

java.lang.Object
  extended byorg.mule.providers.jms.JmsClientAcknowledgeTransactionFactory
All Implemented Interfaces:
UMOTransactionFactory

public class JmsClientAcknowledgeTransactionFactory
extends java.lang.Object
implements UMOTransactionFactory

JmsClientAcknowledgeTransactionFactory creates a Jms Client Acknowledge transaction using a Jms message.

Version:
$Revision: 1.5 $
Author:
Ross Mason, Guillaume Nodet

Constructor Summary
JmsClientAcknowledgeTransactionFactory()
           
 
Method Summary
 UMOTransaction beginTransaction()
          Create and begins a new transaction
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JmsClientAcknowledgeTransactionFactory

public JmsClientAcknowledgeTransactionFactory()
Method Detail

beginTransaction

public UMOTransaction beginTransaction()
                                throws TransactionException
Description copied from interface: UMOTransactionFactory
Create and begins a new transaction

Specified by:
beginTransaction in interface UMOTransactionFactory
Returns:
a new Transaction
Throws:
TransactionException - if the transaction cannot be created or begun

isTransacted

public boolean isTransacted()
Description copied from interface: UMOTransactionFactory
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 UMOTransactionFactory
Returns:


Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.