org.mule.providers.jdbc
Class JdbcTransactionFactory

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

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

TODO


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-2007 MuleSource, Inc.. All Rights Reserved.