|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.infoteria.asteria.connection.AbstractConnection
コネクション実装の基底クラスです。
| Method Summary | |
boolean |
canUse(User user)
|
ConnectionEntry |
getEntry()
|
int |
getUseCount()
コネクション使用回数を取得します。 |
int |
incUseCount()
コネクション使用回数をインクリメントします。 |
void |
release()
|
TestResult |
test(java.lang.Object obj)
|
| 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.connection.Connection |
close, commit, getMetadataProvider, init, isAlive, open, reset, rollback, term, test |
| Method Detail |
public ConnectionEntry getEntry()
ConnectiongetEntry in interface Connectionpublic void release()
Connectionrelease in interface Connectionpublic boolean canUse(User user)
ConnectioncanUse in interface Connectionpublic int incUseCount()
incUseCount in interface Connectionpublic int getUseCount()
getUseCount in interface Connectionpublic TestResult test(java.lang.Object obj)
test in interface Connection
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||