Package bitronix.tm.resource.jdbc
Interface PoolingDataSourceMBean
- All Known Implementing Classes:
PoolingDataSource
public interface PoolingDataSourceMBean
- Author:
- lorban
-
Method Summary
Modifier and TypeMethodDescriptionlongintintlongbooleanbooleanisFailed()voidreset()voidsetDisabled(boolean disabled)
-
Method Details
-
getMinPoolSize
int getMinPoolSize() -
getMaxPoolSize
int getMaxPoolSize() -
getInPoolSize
long getInPoolSize() -
getTotalPoolSize
long getTotalPoolSize() -
isFailed
boolean isFailed() -
reset
- Throws:
Exception
-
isDisabled
boolean isDisabled() -
setDisabled
void setDisabled(boolean disabled)
-