Hi,

I have to migrate an application from weblogic to jboss 4.0. In the application 
there is a class called PoolManager that gets a MBean :

JDBCConnectionPoolRuntimeMBean mbean = (JDBCConnectionPoolRuntimeMBean) 
mbeanHome.getRuntimeMBean(poolName,"JDBCConnectionPoolRuntime");

JDBCConnectionPoolRuntimeMBean is a weblogic class 
(weblogic.management.runtime.JDBCConnectionPoolRuntimeMBean) and allows to 
reset a connection pool. 

mbean.reset();

I would like to know if I can do a similar thing with JBoss.

Thanks in advance !



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

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


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to