org.tubo.resource.connection
Class BaseConnectionManagerImpl

java.lang.Object
  extended by org.tubo.resource.baseimpl.BaseManagerImpl
      extended by org.tubo.resource.connection.BaseConnectionManagerImpl
All Implemented Interfaces:
ConnectionManager, Manager

public class BaseConnectionManagerImpl
extends BaseManagerImpl
implements ConnectionManager

Created: Dec 26, 2006, 5:20:08 PM
Last Modification Date: $Date$

Version:
$Revision$
Author:
maldito_orco (maldito_orco@users.sourceforge.net)

Field Summary
static java.lang.String RCS_ID
           
 
Constructor Summary
BaseConnectionManagerImpl()
           
 
Method Summary
 Connection getConnection()
          A get resource wrapper for a Connection
 
Methods inherited from class org.tubo.resource.baseimpl.BaseManagerImpl
get, getId, getProperties, getProperty, getResourceManager, getStrategy, restore, setId, setProperties, setProperty, setResourceManager, setStrategy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RCS_ID

public static final java.lang.String RCS_ID
See Also:
Constant Field Values
Constructor Detail

BaseConnectionManagerImpl

public BaseConnectionManagerImpl()
Method Detail

getConnection

public Connection getConnection()
A get resource wrapper for a Connection

Specified by:
getConnection in interface ConnectionManager
Returns:
a Connection managed by this manager


Copyright © 2004-2007 Tubo. All Rights Reserved.