cuba.wired
Interface WiredDataSourceI

All Known Implementing Classes:
WiredPooledDataSource, WiredUnrestrictedDataSource

public interface WiredDataSourceI


Method Summary
 void dropConnection(WiredManagedConnection mcon)
           
 WiredManagedConnection nextConnection()
           
 

Method Detail

nextConnection

WiredManagedConnection nextConnection()
                                      throws java.sql.SQLException
Throws:
java.sql.SQLException

dropConnection

void dropConnection(WiredManagedConnection mcon)
                    throws ComponentException
Throws:
ComponentException