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
getConnection
public java.sql.Connection getConnection()
throws java.sql.SQLException
- Throws:
java.sql.SQLException