|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.db.base.RegisteredConnection
RegisteredConnection represents a databse connection that has been registered with the JDBCConnectionManager.
Field Summary | |
(package private) DatabaseConnection |
connection
|
private static java.lang.String |
copyright
|
(package private) int |
registeredCount
|
Constructor Summary | |
RegisteredConnection(DatabaseConnection aConnection)
|
Method Summary | |
protected boolean |
decrementRegisteredCount()
|
protected DatabaseConnection |
getConnection()
|
protected void |
incrementRegisteredCount()
|
Methods inherited from class java.lang.Object |
|
Field Detail |
DatabaseConnection connection
int registeredCount
private static final java.lang.String copyright
Constructor Detail |
public RegisteredConnection(DatabaseConnection aConnection)
Method Detail |
protected boolean decrementRegisteredCount()
protected DatabaseConnection getConnection()
protected void incrementRegisteredCount()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |