org.mule.providers.jdbc
Class JdbcTransactionFactory

java.lang.Object
  extended byorg.mule.providers.jdbc.JdbcTransactionFactory
All Implemented Interfaces:
org.mule.umo.UMOTransactionFactory

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

Version:
$Revision: 3167 $
Author:
Guillaume Nodet

Constructor Summary
JdbcTransactionFactory()
           
 
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

JdbcTransactionFactory

public JdbcTransactionFactory()
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.