Class ConnectionTransaction
java.lang.Object
com.infoteria.asteria.flowengine2.transaction.AbstractExtendedTransaction
com.infoteria.asteria.flowengine2.execute.ConnectionTransaction
- All Implemented Interfaces:
Transaction,ExtendedTransaction
コネクションのトランザクション処理
-
Field Summary
FieldsFields inherited from interface com.infoteria.asteria.flowengine2.transaction.ExtendedTransaction
PRIORITY_HIGH, PRIORITY_LOW, PRIORITY_NORMAL, RECOVERY_AVAILABLE, RECOVERY_NEVER, RECOVERY_REQUIRED -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConnectionTransaction(String username, Connection con, int recoveryPolicy, int priority) -
Method Summary
Methods inherited from class com.infoteria.asteria.flowengine2.transaction.AbstractExtendedTransaction
getPriority, getRecoveryData, getRecoveryPolicy, getTransactionName, prepare, startMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.infoteria.asteria.flowengine2.execute.Transaction
commit, rollback
-
Field Details
-
_con
-
-
Constructor Details
-
ConnectionTransaction
-
-
Method Details
-
getUserName
-
getConnection
-