public class JMXAwareConnectionSource extends ConnectionSourceDecorator
| Constructor and Description |
|---|
JMXAwareConnectionSource(com.j256.ormlite.support.ConnectionSource delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
addObjectName(String objectName) |
void |
disposeMBeans() |
void |
removeObjectName(String objectName) |
clearSpecialConnection, close, closeQuietly, getDatabaseType, getDelegate, getReadOnlyConnection, getReadWriteConnection, getSpecialConnection, isOpen, isSingleConnection, releaseConnection, saveSpecialConnectionpublic JMXAwareConnectionSource(@Nonnull com.j256.ormlite.support.ConnectionSource delegate)