com.ibm.db.base
Class RegisteredConnection

java.lang.Object
  |
  +--com.ibm.db.base.RegisteredConnection

class RegisteredConnection
extends java.lang.Object

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

connection

DatabaseConnection connection

registeredCount

int registeredCount

copyright

private static final java.lang.String copyright
Constructor Detail

RegisteredConnection

public RegisteredConnection(DatabaseConnection aConnection)
Method Detail

decrementRegisteredCount

protected boolean decrementRegisteredCount()

getConnection

protected DatabaseConnection getConnection()

incrementRegisteredCount

protected void incrementRegisteredCount()