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

bitronix.tm.resource.jms.PoolingConnectionFactoryMBean Maven / Gradle / Ivy

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

/**
 * 

© Bitronix Software

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy