public interface JdbcDriverMXBean extends ManagedObjectMXBean
resin:type=JdbcDriver,name=jdbc/resin,...
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClassName()
Returns the driver class
|
long |
getConnectionCountTotal()
Returns the total number of connections.
|
long |
getConnectionFailCountTotal()
Returns the total number of failed connections.
|
java.util.Date |
getLastFailTime()
Returns the last connection fail time.
|
java.util.Properties |
getProperties()
Returns the drivers configured properties
|
java.lang.String |
getState() |
java.lang.String |
getUrl()
Returns the URL
|
boolean |
start()
Enables the driver.
|
boolean |
stop()
Disables the driver.
|
getName, getObjectName, getType
java.lang.String getClassName()
java.lang.String getUrl()
java.util.Properties getProperties()
java.lang.String getState()
long getConnectionCountTotal()
long getConnectionFailCountTotal()
java.util.Date getLastFailTime()
boolean start()
boolean stop()