Hi,

I have an application deployed on Weblogic that I am migrating to JBOSS 4.0.2.

As part of the application, I access the Weblogic MBean Server to access 
connection pool information and perform operations on the connection pool
programatically.

Psuedo Code:
//Get Inital context
//Get the MBeanHome using IntialContext
//Get the JDBCConnectionPoolRuntimeMBean from the MBeanHome
//Call either the shrink() or the reset() methods on the 
JDBCConnectionPoolRuntimeMBean 

For Jboss, I had a look at the JMX Console (ManagedConnectionPool).
Is flush equvivalent to the reset? What is the equivalent for the shrink?

cheers
vinay

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888119#3888119

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888119


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to