|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.xoetrope.optional.pool.PoolObject
net.xoetrope.optional.data.sql.ConnectionObject
net.xoetrope.optional.data.sql.NamedConnectionObject
public class NamedConnectionObject
A data connection associated with a named set of connection parameters
Copyright: Copyright (c) 2003
License: see license.txt
| Constructor Summary | |
|---|---|
NamedConnectionObject(java.lang.String name,
java.sql.Connection conn,
PoolManager pool)
Construct a new named connection |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Get the name of this connection object |
| Methods inherited from class net.xoetrope.optional.data.sql.ConnectionObject |
|---|
close, createStatement, createStatement, createStatement, getConnection, isClosed, prepareStatement, prepareStatement, prepareStatement, returnPreparedStatement, returnStatement, validate |
| Methods inherited from class net.xoetrope.optional.pool.PoolObject |
|---|
expireLease, getInUse, getLastUse, lease |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NamedConnectionObject(java.lang.String name,
java.sql.Connection conn,
PoolManager pool)
name - the connection nameconn - the connectionpool - the pool manager for this connections| Method Detail |
|---|
public java.lang.String getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||