com.infoteria.asteria.flowengine2.execute
クラス ConnectionTransaction

java.lang.Object
  |
  +--com.infoteria.asteria.flowengine2.transaction.AbstractExtendedTransaction
        |
        +--com.infoteria.asteria.flowengine2.execute.ConnectionTransaction
すべての実装インタフェース:
ExtendedTransaction, Transaction

public abstract class ConnectionTransaction
extends AbstractExtendedTransaction

コネクションのトランザクション処理


フィールドの概要
protected  Connection _con
           
 
インタフェース com.infoteria.asteria.flowengine2.transaction.ExtendedTransaction から継承したフィールド
PRIORITY_HIGH, PRIORITY_LOW, PRIORITY_NORMAL, RECOVERY_AVAILABLE, RECOVERY_NEVER, RECOVERY_REQUIRED
 
コンストラクタの概要
protected ConnectionTransaction(String username, Connection con, int recoveryPolicy, int priority)
           
 
メソッドの概要
 Connection getConnection()
           
 String getUserName()
           
 
クラス com.infoteria.asteria.flowengine2.transaction.AbstractExtendedTransaction から継承したメソッド
getPriority, getRecoveryData, getRecoveryPolicy, getTransactionName, prepare, start
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース com.infoteria.asteria.flowengine2.execute.Transaction から継承したメソッド
commit, rollback
 

フィールドの詳細

_con

protected Connection _con
コンストラクタの詳細

ConnectionTransaction

protected ConnectionTransaction(String username,
                                Connection con,
                                int recoveryPolicy,
                                int priority)
メソッドの詳細

getUserName

public String getUserName()

getConnection

public Connection getConnection()