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

コンストラクタの概要
S2ManagedRuntime()
           
 
メソッドの概要
 Throwable getRollbackCause()
           
 TransactionManager getTransactionManager()
           
 void setRollbackOnly(Throwable cause)
           
 
クラス org.apache.openjpa.ee.AbstractManagedRuntime から継承されたメソッド
getTransactionKey
 
クラス 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.