|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JdbcDriverMXBean
MBean API for a JDBC driver.
resin:type=JdbcDriver,name=jdbc/resin,...
Method Summary | |
---|---|
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. |
Methods inherited from interface com.caucho.management.server.ManagedObjectMXBean |
---|
getName, getObjectName, getType |
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |