org.mule.providers.jms
Class JmsTransactionFactory

java.lang.Object
  extended byorg.mule.providers.jms.JmsTransactionFactory
All Implemented Interfaces:
org.mule.umo.UMOTransactionFactory

public class JmsTransactionFactory
extends Object
implements org.mule.umo.UMOTransactionFactory

JmsTransactionFactory Creates a Jms local transaction

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

Constructor Summary
JmsTransactionFactory()
           
 
Method Summary
 org.mule.umo.UMOTransaction beginTransaction()
           
 boolean isTransacted()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JmsTransactionFactory

public JmsTransactionFactory()
Method Detail

beginTransaction

public org.mule.umo.UMOTransaction beginTransaction()
                                             throws org.mule.umo.TransactionException
Specified by:
beginTransaction in interface org.mule.umo.UMOTransactionFactory
Throws:
org.mule.umo.TransactionException

isTransacted

public boolean isTransacted()
Specified by:
isTransacted in interface org.mule.umo.UMOTransactionFactory


Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.