All Downloads are FREE. Search and download functionalities are using the official Maven repository.

bitronix.tm.resource.jdbc.PoolingDataSourceMBean Maven / Gradle / Ivy

There is a newer version: 2.1.4
Show newest version
package bitronix.tm.resource.jdbc;

/**
 * 

© Bitronix Software

* * @author lorban */ public interface PoolingDataSourceMBean { public long getInPoolSize(); public long getTotalPoolSize(); public void reset() throws Exception; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy