org.mule.providers.jms
Class JmsClientAcknowledgeTransactionFactory

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

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

JmsClientAcknowledgeTransactionFactory creates a JMS Client Acknowledge Transaction using a JMS Message.


Constructor Summary
JmsClientAcknowledgeTransactionFactory()
           
 
Method Summary
 org.mule.umo.UMOTransaction beginTransaction(org.mule.umo.UMOManagementContext managementContext)
           
 boolean isTransacted()
           
 
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 org.mule.umo.UMOTransaction beginTransaction(org.mule.umo.UMOManagementContext managementContext)
                                             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-2007 MuleSource, Inc.. All Rights Reserved.