BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.apache.xalan.lib.sql
Class PooledConnection

java.lang.Object
  |
  +--weblogic.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
clone, equals, finalize, 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()

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.