org.cid.distribution.plugins.db
Interface ConnectionProvider

All Known Implementing Classes:
ConnectionComponent

public interface ConnectionProvider

The interface that connection provider objects implement.

It returns a connection. Be aware that different implementations may use different semantics for this method. Some may return the same connection each time they are called, and others may return a new connection on each invocation.

Version:
$Revision: 175 $

Method Summary
 java.sql.Connection getConnection()
          Returns a JDBC Connection
 

Method Detail

getConnection

java.sql.Connection getConnection()
                                  throws DistributionProcessingException
Returns a JDBC Connection

Returns:
Throws:
DistributionProcessingException


Copyright © 2006 null. All Rights Reserved.