[jboss-user] [JBoss Cache: Core Edition] - Depracated CacheJmxWrapperMBean

mariuszs do-not-reply at jboss.com
Tue Apr 14 01:51:31 EDT 2009


"http://www.jboss.org/file-access/default/members/jbosscache/freezone/docs/3.0.3.GA/apidocs/org/jboss/cache/jmx/CacheJmxWrapperMBean.html" is depracated, so is there any other option for declaring caching beans as JMX MBeans?

  |    <!-- JMX Management -->
  |    <bean name="CewiupCacheJmxWrapper" class="org.jboss.cache.jmx.JmxRegistrationManager">
  |       <annotation>@org.jboss.aop.microcontainer.aspects.jmx.JMX(name="jboss.cache:service=ExampleTreeCache", exposedInterface=org.jboss.cache.jmx.CacheJmxWrapperMBean.class, registerDirectly=true)</annotation>
  |       <constructor>
  |           <parameter><inject bean="ExampleCache"/></parameter>
  |       </constructor>
  |    </bean>
  | 
How to do this with "http://www.jboss.org/file-access/default/members/jbosscache/freezone/docs/3.0.3.GA/apidocs/org/jboss/cache/jmx/JmxRegistrationManager.html"?

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

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



More information about the jboss-user mailing list