org.jboss.soa.esb.persistence.manager
Interface ConnectionManager


public interface ConnectionManager


Method Summary
 java.sql.Connection getConnection()
          Returns a connection from the pool.
 ConnectionManager getInstance()
           
 void init()
          Initializes the Connection Manager.
 

Method Detail

getInstance

ConnectionManager getInstance()
Returns:
ConnectionManager

getConnection

java.sql.Connection getConnection()
                                  throws java.sql.SQLException
Returns a connection from the pool.

Throws:
java.sql.SQLException

init

void init()
          throws ConfigurationException
Initializes the Connection Manager.

Throws:
ConfigurationException