org.apache.xalan.lib.sql
Class PooledConnection

java.lang.Object
  |
  +--org.apache.xalan.lib.sql.PooledConnection

public class PooledConnection
extends java.lang.Object


Constructor Summary
PooledConnection(java.sql.Connection value)
           
 
Method Summary
 void close()
           
 java.sql.Connection getConnection()
           
 boolean inUse()
           
 void setInUse(boolean value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PooledConnection

public PooledConnection(java.sql.Connection value)
Method Detail

getConnection

public java.sql.Connection getConnection()

setInUse

public void setInUse(boolean value)

inUse

public boolean inUse()

close

public void close()


Copyright © 2000 Apache XML Project. All Rights Reserved.