org.granite.tide.data
Class JDOPersistenceManager.JDOTransactionManager
java.lang.Object
org.granite.tide.data.JDOPersistenceManager.JDOTransactionManager
- All Implemented Interfaces:
- TideTransactionManager
- Enclosing class:
- JDOPersistenceManager
public static class JDOPersistenceManager.JDOTransactionManager
- extends Object
- implements TideTransactionManager
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JDOPersistenceManager.JDOTransactionManager
public JDOPersistenceManager.JDOTransactionManager()
begin
public Object begin(TideTransactionPersistenceManager pm)
- Specified by:
begin in interface TideTransactionManager
commit
public void commit(Object t)
throws Exception
- Specified by:
commit in interface TideTransactionManager
- Throws:
Exception
rollback
public void rollback(Object t)
- Specified by:
rollback in interface TideTransactionManager