com.ibatis.dao.engine.transaction.ojb
Class OjbBrokerTransactionManager

java.lang.Object
  extended bycom.ibatis.dao.engine.transaction.ojb.OjbBrokerTransactionManager
All Implemented Interfaces:
DaoTransactionManager

public class OjbBrokerTransactionManager
extends java.lang.Object
implements DaoTransactionManager

DaoTransactionManager for use with OJB


Constructor Summary
OjbBrokerTransactionManager()
           
 
Method Summary
 void commitTransaction(DaoTransaction trans)
           
 void configure(java.util.Properties properties)
           
 void rollbackTransaction(DaoTransaction trans)
           
 DaoTransaction startTransaction()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OjbBrokerTransactionManager

public OjbBrokerTransactionManager()
Method Detail

configure

public void configure(java.util.Properties properties)
Specified by:
configure in interface DaoTransactionManager

startTransaction

public DaoTransaction startTransaction()
Specified by:
startTransaction in interface DaoTransactionManager

commitTransaction

public void commitTransaction(DaoTransaction trans)
Specified by:
commitTransaction in interface DaoTransactionManager

rollbackTransaction

public void rollbackTransaction(DaoTransaction trans)
Specified by:
rollbackTransaction in interface DaoTransactionManager