public interface PoolingDataSourceMBean
| Modifier and Type | Method and Description |
|---|---|
long |
getInPoolSize() |
int |
getMaxPoolSize() |
int |
getMinPoolSize() |
long |
getTotalPoolSize() |
boolean |
isDisabled() |
boolean |
isFailed() |
void |
reset() |
void |
setDisabled(boolean disabled) |
int getMinPoolSize()
int getMaxPoolSize()
long getInPoolSize()
long getTotalPoolSize()
boolean isFailed()
void reset()
throws java.lang.Exception
java.lang.Exceptionboolean isDisabled()
void setDisabled(boolean disabled)
Copyright © 2006-2019 Bitronix Software. All Rights Reserved.