Programatic Read Access to database connection pool settings configured within Weblogic
I'm investigating an enhancement to an application which outputs various diagnostic information on startup. What I'm looking for some help with is how I can programatically access the details of any JDBC data sources which have been configured for use with our application. The data I'm interested in is the JDBC connection pool properties such as maximum number of connections, min number of connections, connection time out values and any other related properties.
From reading some API documentation I've come across references JDBCSystemResourceMBean which looks like it will provide some/all of the data I'm interested in, but I'm unsure how to programatically call this API from within our application.