com.safeidentity.adminservice.loadbalance.db
Class DBConnection

java.lang.Object
  extended bycom.safeidentity.adminservice.loadbalance.db.DBConnection
All Implemented Interfaces:
PooledConnection

public class DBConnection
extends java.lang.Object
implements PooledConnection


Field Summary
 java.sql.Connection con
           
 int nProductType
           
 
Constructor Summary
DBConnection(int nVenderType, java.sql.Connection con)
           
 
Method Summary
 java.lang.String getPoolId()
           
 void release()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nProductType

public int nProductType

con

public java.sql.Connection con
Constructor Detail

DBConnection

public DBConnection(int nVenderType,
                    java.sql.Connection con)
Method Detail

release

public void release()

getPoolId

public java.lang.String getPoolId()
Specified by:
getPoolId in interface PooledConnection


Copyright © 2004 SoftForum Corp. All Rights Reserved.