com.raritantechnologies.searchApp.database
Interface IDatabaseConnectionManager

All Superinterfaces:
IConfigurable
All Known Implementing Classes:
ConnectionManager, ConnectionPool, JNDIConnectionManager

public interface IDatabaseConnectionManager
extends IConfigurable

Main interface for RTI framework applications to obtain a Database connection.

Implementations of IDatabaseConnectionManager can use connection pooling or JNDI.

XML Configuration Schema:
   <SystemObject type="DatabaseConnectionManager" name="[Connection Manager Name]"
                    class="[Implementation of IDatabaseConnectionManager]" >

     <!-- Implementation specific details -->

   </SystemObject>
 

Developed by Raritan Technologies .

Author:
Ted Sullivan

Method Summary
 java.sql.Connection getConnection()
           
 
Methods inherited from interface com.raritantechnologies.searchApp.IConfigurable
initialize
 

Method Detail

getConnection

public java.sql.Connection getConnection()
                                  throws java.sql.SQLException
Throws:
java.sql.SQLException