[jboss-user] [JBoss Cache: Core Edition] - Re: How to get cache size programmatically

2009-07-20 Thread galder.zamarr...@jboss.com
Indeed but we're undeprecating them for JBoss Cache 3.2 since they're still 
valid ways of accessing the cache via jmx.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4244600#4244600

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4244600
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Cache: Core Edition] - Re: How to get cache size programmatically

2009-07-15 Thread somboss
It appears that CacheJmxWrapper and CacheJmxWrapperMBean are deprecated in 
jbosscache-core-3.1.0.GA

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4243728#4243728

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4243728
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Cache: Core Edition] - Re: How to get cache size programmatically

2009-07-14 Thread galder.zamarr...@jboss.com
You can such information via CacheJmxWrapperMBean. See 
http://www.jboss.org/index.html?module=bbop=viewtopict=156458postdays=0postorder=ascstart=10
 for more information on how you can get hold of that interface.

Are you running within an application server or standalone?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4243568#4243568

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4243568
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Cache: Core Edition] - Re: How to get cache size programmatically

2009-07-14 Thread galder.zamarr...@jboss.com
Even if running standalone, you can get hold of that interface programmatically 
following steps in 
http://www.jboss.org/file-access/default/members/jbosscache/freezone/docs/3.1.0.GA/userguide_en/html_single/index.html#jmx.registration

Remember that from JDK5 onwards, you can get hold of an MBeanServer from a J2SE 
environment too.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4243569#4243569

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4243569
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Cache: Core Edition] - Re: How to get cache size programmatically

2009-07-14 Thread somboss
Thanks for the reply. My application is deployed in tomcat6.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4243631#4243631

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4243631
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user