|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Object
|
+--com.infoteria.asteria.flowengine2.transaction.AbstractExtendedTransaction
|
+--com.infoteria.asteria.flowengine2.execute.ConnectionTransaction
コネクションのトランザクション処理
| フィールドの概要 | |
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 |
| フィールドの詳細 |
protected Connection _con
| コンストラクタの詳細 |
protected ConnectionTransaction(String username,
Connection con,
int recoveryPolicy,
int priority)
| メソッドの詳細 |
public String getUserName()
public Connection getConnection()
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||