org.seasar.openjpa.ee
クラス S2ManagedRuntime
java.lang.Object
org.apache.openjpa.ee.AbstractManagedRuntime
org.seasar.openjpa.ee.S2ManagedRuntime
- すべての実装されたインタフェース:
- ManagedRuntime
public class S2ManagedRuntime
- extends AbstractManagedRuntime
Seasar2用のManagedRuntime
実装です。
- 作成者:
- Hidenoshin Yoshida
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
S2ManagedRuntime
public S2ManagedRuntime()
getTransactionManager
public TransactionManager getTransactionManager()
throws Exception
- 例外:
Exception
- 関連項目:
ManagedRuntime.getTransactionManager()
getRollbackCause
public Throwable getRollbackCause()
throws Exception
- 例外:
Exception
- 関連項目:
ManagedRuntime.getRollbackCause()
setRollbackOnly
public void setRollbackOnly(Throwable cause)
throws Exception
- 例外:
Exception
- 関連項目:
ManagedRuntime.setRollbackOnly(java.lang.Throwable)
Copyright © 2007-2008 The Seasar Project. All Rights Reserved.