org.kuali.student.common.util.jta
Class AtomikosManagedRuntime
java.lang.Object
org.apache.openjpa.ee.AbstractManagedRuntime
org.kuali.student.common.util.jta.AtomikosManagedRuntime
- All Implemented Interfaces:
- org.apache.openjpa.ee.ManagedRuntime
public class AtomikosManagedRuntime
- extends org.apache.openjpa.ee.AbstractManagedRuntime
- implements org.apache.openjpa.ee.ManagedRuntime
Methods inherited from class org.apache.openjpa.ee.AbstractManagedRuntime |
doNonTransactionalWork, getTransactionKey |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.openjpa.ee.ManagedRuntime |
doNonTransactionalWork, getTransactionKey |
tm
private static TransactionManager tm
cause
private Throwable cause
AtomikosManagedRuntime
public AtomikosManagedRuntime()
getRollbackCause
public Throwable getRollbackCause()
throws Exception
- Specified by:
getRollbackCause
in interface org.apache.openjpa.ee.ManagedRuntime
- Throws:
Exception
getTransactionManager
public TransactionManager getTransactionManager()
throws Exception
- Specified by:
getTransactionManager
in interface org.apache.openjpa.ee.ManagedRuntime
- Throws:
Exception
setRollbackOnly
public void setRollbackOnly(Throwable cause)
throws Exception
- Specified by:
setRollbackOnly
in interface org.apache.openjpa.ee.ManagedRuntime
- Throws:
Exception
getTm
public static TransactionManager getTm()
setTm
public static void setTm(TransactionManager tm)
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.