Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

recoin.group.adapter
Class JDBCPooledAdapter  view JDBCPooledAdapter download JDBCPooledAdapter.java

java.lang.Object
  extended byrecoin.group.ComponentWorker
      extended byrecoin.group.adapter.JDBCAdapter
          extended byrecoin.group.adapter.JDBCPooledAdapter

public abstract class JDBCPooledAdapter
extends JDBCAdapter

The JDBCPooledAdapter provides methods to get connections from a connection pool that it can share with other JDBCPooledAdapter objects. Different subclasses of JDBCPooledAdapter can use a single ConnectionPool object if they reside in the same Module.

Version:
0.2.9

Field Summary
 
Fields inherited from class recoin.group.adapter.JDBCAdapter
databaseName, driverName, jdbcURL, logger, password, port, serverName, user
 
Fields inherited from class recoin.group.ComponentWorker
component
 
Constructor Summary
JDBCPooledAdapter()
          Creates a new JDBCPooledAdapter.
 
Method Summary
protected  java.sql.Connection getConnection(java.lang.String url)
          Not implemented yet!
protected  java.sql.Connection getConnection(java.lang.String url, java.lang.String u, java.lang.String p)
          Not implemented yet!
 
Methods inherited from class recoin.group.adapter.JDBCAdapter
initiate
 
Methods inherited from class recoin.group.ComponentWorker
createComponentRunnable, createComponentRunnable, createComponentRunnable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDBCPooledAdapter

public JDBCPooledAdapter()
Creates a new JDBCPooledAdapter.

Method Detail

getConnection

protected java.sql.Connection getConnection(java.lang.String url,
                                            java.lang.String u,
                                            java.lang.String p)
                                     throws recoin.exception.ComponentWorkerException
Not implemented yet!

Specified by:
getConnection in class JDBCAdapter

getConnection

protected java.sql.Connection getConnection(java.lang.String url)
                                     throws recoin.exception.ComponentWorkerException
Not implemented yet!

Specified by:
getConnection in class JDBCAdapter