|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.infoteria.asteria.flowengine2.transaction.AbstractExtendedTransaction | +--com.infoteria.asteria.flowengine2.execute.ConnectionTransaction
コネクションのトランザクション処理
Field Summary | |
protected Connection |
_con
|
Fields inherited from interface com.infoteria.asteria.flowengine2.transaction.ExtendedTransaction |
PRIORITY_HIGH, PRIORITY_LOW, PRIORITY_NORMAL, RECOVERY_AVAILABLE, RECOVERY_NEVER, RECOVERY_REQUIRED |
Constructor Summary | |
protected |
ConnectionTransaction(String username,
Connection con,
int recoveryPolicy,
int priority)
|
Method Summary | |
Connection |
getConnection()
|
String |
getUserName()
|
Methods inherited from class com.infoteria.asteria.flowengine2.transaction.AbstractExtendedTransaction |
getPriority, getRecoveryData, getRecoveryPolicy, getTransactionName, prepare, start |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.infoteria.asteria.flowengine2.execute.Transaction |
commit, rollback |
Field Detail |
protected Connection _con
Constructor Detail |
protected ConnectionTransaction(String username, Connection con, int recoveryPolicy, int priority)
Method Detail |
public String getUserName()
public Connection getConnection()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |