|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.infoteria.asteria.connection.AbstractConnection
コネクション実装の基底クラスです。
Inner classes inherited from class com.infoteria.asteria.connection.Connection |
Connection.TestParameter |
Method Summary | |
boolean |
canUse(User user)
|
ConnectionEntry |
getEntry()
|
Connection.TestParameter |
getTestParameter()
|
int |
getUseCount()
コネクション使用回数を取得します。 |
int |
incUseCount()
コネクション使用回数をインクリメントします。 |
void |
release()
|
void |
setTestParameter(Connection.TestParameter testParameter)
|
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()
Connection
getEntry
in interface Connection
public void release()
Connection
release
in interface Connection
public boolean canUse(User user)
Connection
canUse
in interface Connection
public int incUseCount()
incUseCount
in interface Connection
public int getUseCount()
getUseCount
in interface Connection
public TestResult test(java.lang.Object obj)
test
in interface Connection
public void setTestParameter(Connection.TestParameter testParameter)
Connection
setTestParameter
in interface Connection
public Connection.TestParameter getTestParameter()
getTestParameter
in interface Connection
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |